#A05637

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

Shades of Piper #A05637

Tints of Piper #A05637

Color information

#A05637 (or 0xA05637) is unknown color: approx Piper. HEX triplet: A0, 56 and 37. RGB value is (160,86,55). Sum of RGB (Red+Green+Blue) = 160+86+55=301 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.16% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 55 (21.88% from 255 or 18.27% from 301); Max value from RGB is 160 - color contains mainly: red. Hex color #A05637 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05637 is #5FA9C8. Grayscale: #686868. Windows color (decimal): -6269385 or 3626656. OLE color: 3626656.

HSL color Cylindrical-coordinate representation of color #A05637: hue angle of 17.71º degrees, saturation: 0.49, 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 #A05637 is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB1608655-
CMYK00.460.660.37
HSL17.71º48.84%42.16%-
HSV(B)17.71º65.62%62.75%-
XYZ18.5114.45.42-
YUV104.59100.02167.52-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 53.16%
GREEN value IS 86 (33.98% from 255) = 28.57%
BLUE value IS 55 (21.88% from 255) = 18.27%
R=53.16%
G=28.57%
B=18.27%

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
Decimal160865500.460.660.3717.7148.8442.16
HexA0563702E422512312a
Octal2401266705610245226152
Binary1010000010101101101110101110100001010010110010110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05637; }

 p { color: rgb(160,86,55); }

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

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

 a { background-color: rgb(160,86,55); }

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

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

 span { border-color: rgb(160,86,55); }

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