#A15532

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

Shades of Piper #A15532

Tints of Piper #A15532

Color information

#A15532 (or 0xA15532) is unknown color: approx Piper. HEX triplet: A1, 55 and 32. RGB value is (161,85,50). Sum of RGB (Red+Green+Blue) = 161+85+50=296 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.39% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 161 - color contains mainly: red. Hex color #A15532 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15532 is #5EAACD. Grayscale: #676767. Windows color (decimal): -6204110 or 3298721. OLE color: 3298721.

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

Color convert

RGB1618550-
CMYK00.470.690.37
HSL18.92º52.61%41.37%-
HSV(B)18.92º68.94%63.14%-
XYZ18.5214.34.8-
YUV103.7397.68168.85-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.39%
GREEN value IS 85 (33.59% from 255) = 28.72%
BLUE value IS 50 (19.92% from 255) = 16.89%
R=54.39%
G=28.72%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161855000.470.690.3718.9252.6141.37
HexA1553202F4525133529
Octal2411256205710545236551
Binary1010000110101011100100101111100010110010110011110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15532; }

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

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

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

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

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

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

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

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