#A05032

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

Shades of Piper #A05032

Tints of Piper #A05032

Color information

#A05032 (or 0xA05032) is unknown color: approx Piper. HEX triplet: A0, 50 and 32. RGB value is (160,80,50). Sum of RGB (Red+Green+Blue) = 160+80+50=290 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.17% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 160 - color contains mainly: red. Hex color #A05032 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05032 is #5FAFCD. Grayscale: #646464. Windows color (decimal): -6270926 or 3297440. OLE color: 3297440.

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

Color convert

RGB1608050-
CMYK00.50.690.37
HSL16.36º52.38%41.18%-
HSV(B)16.36º68.75%62.75%-
XYZ17.9413.444.67-
YUV100.599.5170.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.17%
GREEN value IS 80 (31.64% from 255) = 27.59%
BLUE value IS 50 (19.92% from 255) = 17.24%
R=55.17%
G=27.59%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160805000.50.690.3716.3652.3841.18
HexA050320324525103429
Octal2401206206210545206451
Binary1010000010100001100100110010100010110010110000110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05032; }

 p { color: rgb(160,80,50); }

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

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

 a { background-color: rgb(160,80,50); }

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

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

 span { border-color: rgb(160,80,50); }

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