#A05736

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

Shades of Piper #A05736

Tints of Piper #A05736

Color information

#A05736 (or 0xA05736) is unknown color: approx Piper. HEX triplet: A0, 57 and 36. RGB value is (160,87,54). Sum of RGB (Red+Green+Blue) = 160+87+54=301 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.16% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 54 (21.48% from 255 or 17.94% from 301); Max value from RGB is 160 - color contains mainly: red. Hex color #A05736 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05736 is #5FA8C9. Grayscale: #696969. Windows color (decimal): -6269130 or 3561376. OLE color: 3561376.

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

Color convert

RGB1608754-
CMYK00.460.660.37
HSL18.68º49.53%41.96%-
HSV(B)18.68º66.25%62.75%-
XYZ18.5714.565.32-
YUV105.0699.18167.18-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 53.16%
GREEN value IS 87 (34.38% from 255) = 28.90%
BLUE value IS 54 (21.48% from 255) = 17.94%
R=53.16%
G=28.90%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160875400.460.660.3718.6849.5341.96
HexA0573602E422513322a
Octal2401276605610245236252
Binary1010000010101111101100101110100001010010110011110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05736; }

 p { color: rgb(160,87,54); }

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

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

 a { background-color: rgb(160,87,54); }

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

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

 span { border-color: rgb(160,87,54); }

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