#A15535

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

Shades of Piper #A15535

Tints of Piper #A15535

Color information

#A15535 (or 0xA15535) is unknown color: approx Piper. HEX triplet: A1, 55 and 35. RGB value is (161,85,53). Sum of RGB (Red+Green+Blue) = 161+85+53=299 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.85% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 53 (21.09% from 255 or 17.73% from 299); Max value from RGB is 161 - color contains mainly: red. Hex color #A15535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15535 is #5EAACA. Grayscale: #686868. Windows color (decimal): -6204107 or 3495329. OLE color: 3495329.

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

Color convert

RGB1618553-
CMYK00.470.670.37
HSL17.78º50.47%41.96%-
HSV(B)17.78º67.08%63.14%-
XYZ18.5914.335.15-
YUV104.0899.18168.6-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.85%
GREEN value IS 85 (33.59% from 255) = 28.43%
BLUE value IS 53 (21.09% from 255) = 17.73%
R=53.85%
G=28.43%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.67
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161855300.470.670.3717.7850.4741.96
HexA1553502F432512322a
Octal2411256505710345226252
Binary1010000110101011101010101111100001110010110010110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15535; }

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

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

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

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

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

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

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

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