#A05630

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

Shades of Piper #A05630

Tints of Piper #A05630

Color information

#A05630 (or 0xA05630) is unknown color: approx Piper. HEX triplet: A0, 56 and 30. RGB value is (160,86,48). Sum of RGB (Red+Green+Blue) = 160+86+48=294 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.42% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 48 (19.14% from 255 or 16.33% from 294); Max value from RGB is 160 - color contains mainly: red. Hex color #A05630 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05630 is #5FA9CF. Grayscale: #686868. Windows color (decimal): -6269392 or 3167904. OLE color: 3167904.

HSL color Cylindrical-coordinate representation of color #A05630: hue angle of 20.36º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A05630 is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB1608648-
CMYK00.460.700.37
HSL20.36º53.85%40.78%-
HSV(B)20.36º70%62.75%-
XYZ18.3614.344.6-
YUV103.7996.52168.09-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 54.42%
GREEN value IS 86 (33.98% from 255) = 29.25%
BLUE value IS 48 (19.14% from 255) = 16.33%
R=54.42%
G=29.25%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.70
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160864800.460.700.3720.3653.8540.78
HexA0563002E4625143629
Octal2401266005610645246651
Binary1010000010101101100000101110100011010010110100110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05630; }

 p { color: rgb(160,86,48); }

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

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

 a { background-color: rgb(160,86,48); }

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

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

 span { border-color: rgb(160,86,48); }

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