#A15332

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

Shades of Piper #A15332

Tints of Piper #A15332

Color information

#A15332 (or 0xA15332) is unknown color: approx Piper. HEX triplet: A1, 53 and 32. RGB value is (161,83,50). Sum of RGB (Red+Green+Blue) = 161+83+50=294 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.76% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 161 - color contains mainly: red. Hex color #A15332 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15332 is #5EACCD. Grayscale: #666666. Windows color (decimal): -6204622 or 3298209. OLE color: 3298209.

HSL color Cylindrical-coordinate representation of color #A15332: hue angle of 17.84º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A15332 is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB1618350-
CMYK00.480.690.37
HSL17.84º52.61%41.37%-
HSV(B)17.84º68.94%63.14%-
XYZ18.3713.994.75-
YUV102.5698.34169.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.76%
GREEN value IS 83 (32.81% from 255) = 28.23%
BLUE value IS 50 (19.92% from 255) = 17.01%
R=54.76%
G=28.23%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161835000.480.690.3717.8452.6141.37
HexA153320304525123529
Octal2411236206010545226551
Binary1010000110100111100100110000100010110010110010110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15332; }

 p { color: rgb(161,83,50); }

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

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

 a { background-color: rgb(161,83,50); }

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

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

 span { border-color: rgb(161,83,50); }

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