Html Css Color HEX #A0562D Sienna

📋 copy color: '#A0562D'

red 160 ◦ green 86 ◦ blue 45

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

Shades of Sienna #A0562D

Tints of Sienna #A0562D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.55%

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

R = 54.98%
G = 29.55%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#A0562D (or 0xA0562D) is known color: Sienna. HEX triplet: A0, 56 and 2D. RGB value is (160,86,45). Sum of RGB (Red+Green+Blue) = 160+86+45=291 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.98% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 45 (17.97% from 255 or 15.46% from 291); Max value from RGB is 160 - color contains mainly: red. Hex color #A0562D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0562D is #5FA9D2. Grayscale: #676767. Windows color (decimal): -6269395 or 2971296. OLE color: 2971296.

HSL color Cylindrical-coordinate representation of color #A0562D: hue angle of 21.39º 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 #A0562D is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 86 45 -
CMYK 0 0.46 0.72 0.37
HSL 21.39º 0.56% 0.4% -
HSV(B) 21.39º 0.72% 0.63% -
XYZ 18.3 14.32 4.28 -
YUV 103.45 95.02 168.33 -
System Red Green Blue C M Y K H S L
Decimal 160 86 45 0 0.46 0.72 0.37 21.39 0.56 0.4
Hex A0 56 2D 0 2E 48 25 15 38 28
Octal 240 126 55 0 56 110 45 25 70 50
Binary 10100000 1010110 101101 0 101110 1001000 100101 10101 111000 101000

Color Harmonies of #A0562D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0562D

Black with #A0562D

Text Example


Text Example

White with #A0562D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0562D; }

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

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

background-color css

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

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

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

border-color css

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

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

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