#A15234

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

Shades of Piper #A15234

Tints of Piper #A15234

Color information

#A15234 (or 0xA15234) is unknown color: approx Piper. HEX triplet: A1, 52 and 34. RGB value is (161,82,52). Sum of RGB (Red+Green+Blue) = 161+82+52=295 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.58% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 52 (20.70% from 255 or 17.63% from 295); Max value from RGB is 161 - color contains mainly: red. Hex color #A15234 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15234 is #5EADCB. Grayscale: #666666. Windows color (decimal): -6204876 or 3429025. OLE color: 3429025.

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

Color convert

RGB1618252-
CMYK00.490.680.37
HSL16.51º51.17%41.76%-
HSV(B)16.51º67.7%63.14%-
XYZ18.3413.864.96-
YUV102.299.67169.94-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.58%
GREEN value IS 82 (32.42% from 255) = 27.80%
BLUE value IS 52 (20.70% from 255) = 17.63%
R=54.58%
G=27.80%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161825200.490.680.3716.5151.1741.76
HexA15234031442511332a
Octal2411226406110445216352
Binary1010000110100101101000110001100010010010110001110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15234; }

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

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

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

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

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

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

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

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