#A0522E

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

Shades of Sienna #A0522E

Tints of Sienna #A0522E

Color information

#A0522E (or 0xA0522E) is unknown color: approx Sienna. HEX triplet: A0, 52 and 2E. RGB value is (160,82,46). Sum of RGB (Red+Green+Blue) = 160+82+46=288 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.56% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 46 (18.36% from 255 or 15.97% from 288); Max value from RGB is 160 - color contains mainly: red. Hex color #A0522E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0522E is #5FADD1. Grayscale: #656565. Windows color (decimal): -6270418 or 3035808. OLE color: 3035808.

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

Color convert

RGB1608246-
CMYK00.490.710.37
HSL18.95º55.34%40.39%-
HSV(B)18.95º71.25%62.75%-
XYZ18.0113.714.28-
YUV101.2296.84169.93-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.56%
GREEN value IS 82 (32.42% from 255) = 28.47%
BLUE value IS 46 (18.36% from 255) = 15.97%
R=55.56%
G=28.47%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160824600.490.710.3718.9555.3440.39
HexA0522E0314725133728
Octal2401225606110745236750
Binary1010000010100101011100110001100011110010110011110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0522E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0522E; }

 p { color: rgb(160,82,46); }

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

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

 a { background-color: rgb(160,82,46); }

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

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

 span { border-color: rgb(160,82,46); }

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