#A15835

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

Shades of Piper #A15835

Tints of Piper #A15835

Color information

#A15835 (or 0xA15835) is unknown color: approx Piper. HEX triplet: A1, 58 and 35. RGB value is (161,88,53). Sum of RGB (Red+Green+Blue) = 161+88+53=302 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.31% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 53 (21.09% from 255 or 17.55% from 302); Max value from RGB is 161 - color contains mainly: red. Hex color #A15835 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15835 is #5EA7CA. Grayscale: #6A6A6A. Windows color (decimal): -6203339 or 3496097. OLE color: 3496097.

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

Color convert

RGB1618853-
CMYK00.450.670.37
HSL19.44º50.47%41.96%-
HSV(B)19.44º67.08%63.14%-
XYZ18.8314.815.23-
YUV105.8498.18167.35-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.31%
GREEN value IS 88 (34.77% from 255) = 29.14%
BLUE value IS 53 (21.09% from 255) = 17.55%
R=53.31%
G=29.14%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.67
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161885300.450.670.3719.4450.4741.96
HexA1583502D432513322a
Octal2411306505510345236252
Binary1010000110110001101010101101100001110010110011110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15835; }

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

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

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

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

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

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

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

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