#A05033

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

Shades of Piper #A05033

Tints of Piper #A05033

Color information

#A05033 (or 0xA05033) is unknown color: approx Piper. HEX triplet: A0, 50 and 33. RGB value is (160,80,51). Sum of RGB (Red+Green+Blue) = 160+80+51=291 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.98% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 51 (20.31% from 255 or 17.53% from 291); Max value from RGB is 160 - color contains mainly: red. Hex color #A05033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05033 is #5FAFCC. Grayscale: #646464. Windows color (decimal): -6270925 or 3362976. OLE color: 3362976.

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

Color convert

RGB1608051-
CMYK00.50.680.37
HSL15.96º51.66%41.37%-
HSV(B)15.96º68.12%62.75%-
XYZ17.9613.454.78-
YUV100.61100170.36-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 54.98%
GREEN value IS 80 (31.64% from 255) = 27.49%
BLUE value IS 51 (20.31% from 255) = 17.53%
R=54.98%
G=27.49%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160805100.50.680.3715.9651.6641.37
HexA050330324425103429
Octal2401206306210445206451
Binary1010000010100001100110110010100010010010110000110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05033; }

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

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

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

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

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

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

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

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