#A15638

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

Shades of Piper #A15638

Tints of Piper #A15638

Color information

#A15638 (or 0xA15638) is unknown color: approx Piper. HEX triplet: A1, 56 and 38. RGB value is (161,86,56). Sum of RGB (Red+Green+Blue) = 161+86+56=303 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.14% from 303); Green value is 86 (33.98% from 255 or 28.38% from 303); Blue value is 56 (22.27% from 255 or 18.48% from 303); Max value from RGB is 161 - color contains mainly: red. Hex color #A15638 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15638 is #5EA9C7. Grayscale: #696969. Windows color (decimal): -6203848 or 3692193. OLE color: 3692193.

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

Color convert

RGB1618656-
CMYK00.470.650.37
HSL17.14º48.39%42.55%-
HSV(B)17.14º65.22%63.14%-
XYZ18.7414.525.56-
YUV105100.35167.94-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.14%
GREEN value IS 86 (33.98% from 255) = 28.38%
BLUE value IS 56 (22.27% from 255) = 18.48%
R=53.14%
G=28.38%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.65
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161865600.470.650.3717.1448.3942.55
HexA1563802F412511302b
Octal2411267005710145216053
Binary1010000110101101110000101111100000110010110001110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15638; }

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

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

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

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

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

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

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

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