#A05638

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

Shades of Piper #A05638

Tints of Piper #A05638

Color information

#A05638 (or 0xA05638) is unknown color: approx Piper. HEX triplet: A0, 56 and 38. RGB value is (160,86,56). Sum of RGB (Red+Green+Blue) = 160+86+56=302 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.98% from 302); Green value is 86 (33.98% from 255 or 28.48% from 302); Blue value is 56 (22.27% from 255 or 18.54% from 302); Max value from RGB is 160 - color contains mainly: red. Hex color #A05638 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05638 is #5FA9C7. Grayscale: #686868. Windows color (decimal): -6269384 or 3692192. OLE color: 3692192.

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

Color convert

RGB1608656-
CMYK00.460.650.37
HSL17.31º48.15%42.35%-
HSV(B)17.31º65%62.75%-
XYZ18.5414.415.55-
YUV104.71100.52167.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.98%
GREEN value IS 86 (33.98% from 255) = 28.48%
BLUE value IS 56 (22.27% from 255) = 18.54%
R=52.98%
G=28.48%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.65
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160865600.460.650.3717.3148.1542.35
HexA0563802E412511302a
Octal2401267005610145216052
Binary1010000010101101110000101110100000110010110001110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05638; }

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

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

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

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

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

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

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

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