#A05435

Color #A05435 Piper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Piper #A05435

Tints of Piper #A05435

Color information

#A05435 (or 0xA05435) is unknown color: approx Piper. HEX triplet: A0, 54 and 35. RGB value is (160,84,53). Sum of RGB (Red+Green+Blue) = 160+84+53=297 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.87% from 297); Green value is 84 (33.20% from 255 or 28.28% from 297); Blue value is 53 (21.09% from 255 or 17.85% from 297); Max value from RGB is 160 - color contains mainly: red. Hex color #A05435 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05435 is #5FABCA. Grayscale: #676767. Windows color (decimal): -6269899 or 3495072. OLE color: 3495072.

HSL color Cylindrical-coordinate representation of color #A05435: hue angle of 17.38º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A05435 is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.37.

Color convert

RGB1608453-
CMYK00.480.670.37
HSL17.38º50.23%41.76%-
HSV(B)17.38º66.87%62.75%-
XYZ18.3114.075.12-
YUV103.1999.68168.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 160 (62.89% from 255) = 53.87%
GREEN value IS 84 (33.20% from 255) = 28.28%
BLUE value IS 53 (21.09% from 255) = 17.85%
R=53.87%
G=28.28%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.67
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160845300.480.670.3717.3850.2341.76
HexA05435030432511322a
Octal2401246506010345216252
Binary1010000010101001101010110000100001110010110001110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05435; }

 p { color: rgb(160,84,53); }

 H1.HeaderClassName
 {
   color: #A05435;
 }
 .AnyTagClassName
 {
   color: #A05435;
 }
</style>
background-color css

<style>
 a { background-color: #A05435; }

 a { background-color: rgb(160,84,53); }

 div.DivClassName
 {
   background-color: #A05435;
 }
 .BgClassName
 {
   background-color: #A05435;
 }
</style>
border-color css

<style>
 span { border-color: #A05435; }

 span { border-color: rgb(160,84,53); }

 td.TdClassName
 {
   border-color: #A05435;
 }
 .TagClassName
 {
   border-color: #A05435;
 }
</style>