Html Css Color HEX #A0522D Sienna

📋 copy color: '#A0522D'

red 160 ◦ green 82 ◦ blue 45

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

Shades of Sienna #A0522D

Tints of Sienna #A0522D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.68%

R = 55.75%
G = 28.57%
B = 15.68%

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

#A0522D (or 0xA0522D) is known color: Sienna. HEX triplet: A0, 52 and 2D. RGB value is (160,82,45). Sum of RGB (Red+Green+Blue) = 160+82+45=287 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.75% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 160 - color contains mainly: red. Hex color #A0522D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0522D is #5FADD2. Grayscale: #656565. Windows color (decimal): -6270419 or 2970272. OLE color: 2970272.

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

Color convert

RGB 160 82 45 -
CMYK 0 0.49 0.72 0.37
HSL 19.3º 0.56% 0.4% -
HSV(B) 19.3º 0.72% 0.63% -
XYZ 17.99 13.7 4.18 -
YUV 101.1 96.34 170.01 -
System Red Green Blue C M Y K H S L
Decimal 160 82 45 0 0.49 0.72 0.37 19.3 0.56 0.4
Hex A0 52 2D 0 31 48 25 13 38 28
Octal 240 122 55 0 61 110 45 23 70 50
Binary 10100000 1010010 101101 0 110001 1001000 100101 10011 111000 101000

Color Harmonies of #A0522D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0522D

Black with #A0522D

Text Example


Text Example

White with #A0522D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0522D; }

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

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

background-color css

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

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

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

border-color css

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

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

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