#A05432

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

Shades of Piper #A05432

Tints of Piper #A05432

Color information

#A05432 (or 0xA05432) is unknown color: approx Piper. HEX triplet: A0, 54 and 32. RGB value is (160,84,50). Sum of RGB (Red+Green+Blue) = 160+84+50=294 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.42% from 294); Green value is 84 (33.20% from 255 or 28.57% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 160 - color contains mainly: red. Hex color #A05432 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05432 is #5FABCD. Grayscale: #676767. Windows color (decimal): -6269902 or 3298464. OLE color: 3298464.

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

Color convert

RGB1608450-
CMYK00.480.690.37
HSL18.55º52.38%41.18%-
HSV(B)18.55º68.75%62.75%-
XYZ18.2414.044.77-
YUV102.8598.18168.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 54.42%
GREEN value IS 84 (33.20% from 255) = 28.57%
BLUE value IS 50 (19.92% from 255) = 17.01%
R=54.42%
G=28.57%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160845000.480.690.3718.5552.3841.18
HexA054320304525133429
Octal2401246206010545236451
Binary1010000010101001100100110000100010110010110011110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05432; }

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

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

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

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

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

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

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

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