#A05837

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

Shades of Piper #A05837

Tints of Piper #A05837

Color information

#A05837 (or 0xA05837) is unknown color: approx Piper. HEX triplet: A0, 58 and 37. RGB value is (160,88,55). Sum of RGB (Red+Green+Blue) = 160+88+55=303 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.81% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 55 (21.88% from 255 or 18.15% from 303); Max value from RGB is 160 - color contains mainly: red. Hex color #A05837 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05837 is #5FA7C8. Grayscale: #696969. Windows color (decimal): -6268873 or 3627168. OLE color: 3627168.

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

Color convert

RGB1608855-
CMYK00.450.660.37
HSL18.86º48.84%42.16%-
HSV(B)18.86º65.62%62.75%-
XYZ18.6814.735.47-
YUV105.7799.35166.68-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.81%
GREEN value IS 88 (34.77% from 255) = 29.04%
BLUE value IS 55 (21.88% from 255) = 18.15%
R=52.81%
G=29.04%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160885500.450.660.3718.8648.8442.16
HexA0583702D422513312a
Octal2401306705510245236152
Binary1010000010110001101110101101100001010010110011110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05837; }

 p { color: rgb(160,88,55); }

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

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

 a { background-color: rgb(160,88,55); }

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

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

 span { border-color: rgb(160,88,55); }

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