Html Css Color HEX #A0502B Sienna

📋 copy color: '#A0502B'

red 160 ◦ green 80 ◦ blue 43

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

Shades of Sienna #A0502B

Tints of Sienna #A0502B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.27%

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

R = 56.54%
G = 28.27%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A0502B (or 0xA0502B) is known color: Sienna. HEX triplet: A0, 50 and 2B. RGB value is (160,80,43). Sum of RGB (Red+Green+Blue) = 160+80+43=283 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.54% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 43 (17.19% from 255 or 15.19% from 283); Max value from RGB is 160 - color contains mainly: red. Hex color #A0502B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0502B is #5FAFD4. Grayscale: #636363. Windows color (decimal): -6270933 or 2838688. OLE color: 2838688.

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

Color convert

RGB 160 80 43 -
CMYK 0 0.5 0.73 0.37
HSL 18.97º 0.58% 0.4% -
HSV(B) 18.97º 0.73% 0.63% -
XYZ 17.8 13.39 3.93 -
YUV 99.7 96 171.01 -
System Red Green Blue C M Y K H S L
Decimal 160 80 43 0 0.5 0.73 0.37 18.97 0.58 0.4
Hex A0 50 2B 0 32 49 25 13 3A 28
Octal 240 120 53 0 62 111 45 23 72 50
Binary 10100000 1010000 101011 0 110010 1001001 100101 10011 111010 101000

Color Harmonies of #A0502B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0502B

Black with #A0502B

Text Example


Text Example

White with #A0502B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0502B; }

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

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

background-color css

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

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

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

border-color css

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

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

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