Html Css Color HEX #A0522E Sienna

📋 copy color: '#A0522E'

red 160 ◦ green 82 ◦ blue 46

#A0522E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sienna #A0522E

Tints of Sienna #A0522E

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 value IS 0

 M value IS 0.49

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A0522E (or 0xA0522E) is known color: 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

RGB 160 82 46 -
CMYK 0 0.49 0.71 0.37
HSL 18.95º 0.55% 0.4% -
HSV(B) 18.95º 0.71% 0.63% -
XYZ 18.01 13.71 4.28 -
YUV 101.22 96.84 169.93 -
System Red Green Blue C M Y K H S L
Decimal 160 82 46 0 0.49 0.71 0.37 18.95 0.55 0.4
Hex A0 52 2E 0 31 47 25 13 37 28
Octal 240 122 56 0 61 107 45 23 67 50
Binary 10100000 1010010 101110 0 110001 1000111 100101 10011 110111 101000

Color Harmonies of #A0522E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0522E

Black with #A0522E

Text Example


Text Example

White with #A0522E

Text Example


Text Example

HTML Codes & Css Web 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>