Html Css Color HEX #A0522C Sienna

📋 copy color: '#A0522C'

red 160 ◦ green 82 ◦ blue 44

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

Shades of Sienna #A0522C

Tints of Sienna #A0522C

RGB

 RED value IS 160 (62.89% from 255) = 55.94%

 GREEN value IS 82 (32.42% from 255) = 28.67%

 BLUE value IS 44 (17.58% from 255) = 15.38%

R = 55.94%
G = 28.67%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#A0522C (or 0xA0522C) is known color: Sienna. HEX triplet: A0, 52 and 2C. RGB value is (160,82,44). Sum of RGB (Red+Green+Blue) = 160+82+44=286 (37% of max value = 765). Red value is 160 (62.89% from 255 or 55.94% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 160 - color contains mainly: red. Hex color #A0522C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0522C is #5FADD3. Grayscale: #656565. Windows color (decimal): -6270420 or 2904736. OLE color: 2904736.

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

Color convert

RGB 160 82 44 -
CMYK 0 0.49 0.72 0.37
HSL 19.66º 0.57% 0.4% -
HSV(B) 19.66º 0.73% 0.63% -
XYZ 17.97 13.69 4.08 -
YUV 100.99 95.84 170.09 -
System Red Green Blue C M Y K H S L
Decimal 160 82 44 0 0.49 0.72 0.37 19.66 0.57 0.4
Hex A0 52 2C 0 31 48 25 14 39 28
Octal 240 122 54 0 61 110 45 24 71 50
Binary 10100000 1010010 101100 0 110001 1001000 100101 10100 111001 101000

Color Harmonies of #A0522C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0522C

Black with #A0522C

Text Example


Text Example

White with #A0522C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0522C; }

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

 H1.HeaderClassName
 {
   color: #A0522C;
 }
 .AnyTagClassName
 {
   color: #A0522C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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