Html Css Color HEX #A0562B Sienna

📋 copy color: '#A0562B'

red 160 ◦ green 86 ◦ blue 43

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

Shades of Sienna #A0562B

Tints of Sienna #A0562B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.88%

R = 55.36%
G = 29.76%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A0562B (or 0xA0562B) is known color: Sienna. HEX triplet: A0, 56 and 2B. RGB value is (160,86,43). Sum of RGB (Red+Green+Blue) = 160+86+43=289 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.36% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 43 (17.19% from 255 or 14.88% from 289); Max value from RGB is 160 - color contains mainly: red. Hex color #A0562B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0562B is #5FA9D4. Grayscale: #676767. Windows color (decimal): -6269397 or 2840224. OLE color: 2840224.

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

Color convert

RGB 160 86 43 -
CMYK 0 0.46 0.73 0.37
HSL 22.05º 0.58% 0.4% -
HSV(B) 22.05º 0.73% 0.63% -
XYZ 18.26 14.3 4.08 -
YUV 103.22 94.02 168.5 -
System Red Green Blue C M Y K H S L
Decimal 160 86 43 0 0.46 0.73 0.37 22.05 0.58 0.4
Hex A0 56 2B 0 2E 49 25 16 3A 28
Octal 240 126 53 0 56 111 45 26 72 50
Binary 10100000 1010110 101011 0 101110 1001001 100101 10110 111010 101000

Color Harmonies of #A0562B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0562B

Black with #A0562B

Text Example


Text Example

White with #A0562B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0562B; }

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

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

background-color css

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

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

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

border-color css

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

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

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