#A15836

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

Shades of Piper #A15836

Tints of Piper #A15836

Color information

#A15836 (or 0xA15836) is unknown color: approx Piper. HEX triplet: A1, 58 and 36. RGB value is (161,88,54). Sum of RGB (Red+Green+Blue) = 161+88+54=303 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.14% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 54 (21.48% from 255 or 17.82% from 303); Max value from RGB is 161 - color contains mainly: red. Hex color #A15836 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15836 is #5EA7C9. Grayscale: #6A6A6A. Windows color (decimal): -6203338 or 3561633. OLE color: 3561633.

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

Color convert

RGB1618854-
CMYK00.450.660.37
HSL19.07º49.77%42.16%-
HSV(B)19.07º66.46%63.14%-
XYZ18.8514.825.36-
YUV105.9598.68167.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.14%
GREEN value IS 88 (34.77% from 255) = 29.04%
BLUE value IS 54 (21.48% from 255) = 17.82%
R=53.14%
G=29.04%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161885400.450.660.3719.0749.7742.16
HexA1583602D422513322a
Octal2411306605510245236252
Binary1010000110110001101100101101100001010010110011110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15836; }

 p { color: rgb(161,88,54); }

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

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

 a { background-color: rgb(161,88,54); }

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

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

 span { border-color: rgb(161,88,54); }

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