#A15235

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

Shades of Piper #A15235

Tints of Piper #A15235

Color information

#A15235 (or 0xA15235) is unknown color: approx Piper. HEX triplet: A1, 52 and 35. RGB value is (161,82,53). Sum of RGB (Red+Green+Blue) = 161+82+53=296 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.39% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 53 (21.09% from 255 or 17.91% from 296); Max value from RGB is 161 - color contains mainly: red. Hex color #A15235 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15235 is #5EADCA. Grayscale: #666666. Windows color (decimal): -6204875 or 3494561. OLE color: 3494561.

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

Color convert

RGB1618253-
CMYK00.490.670.37
HSL16.11º50.47%41.96%-
HSV(B)16.11º67.08%63.14%-
XYZ18.3613.875.08-
YUV102.32100.17169.86-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.39%
GREEN value IS 82 (32.42% from 255) = 27.70%
BLUE value IS 53 (21.09% from 255) = 17.91%
R=54.39%
G=27.70%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.67
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161825300.490.670.3716.1150.4741.96
HexA15235031432510322a
Octal2411226506110345206252
Binary1010000110100101101010110001100001110010110000110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15235; }

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

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

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

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

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

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

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

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