Html Css Color HEX #A0502E Sienna

📋 copy color: '#A0502E'

red 160 ◦ green 80 ◦ blue 46

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

Shades of Sienna #A0502E

Tints of Sienna #A0502E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.08%

R = 55.94%
G = 27.97%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A0502E (or 0xA0502E) is known color: Sienna. HEX triplet: A0, 50 and 2E. RGB value is (160,80,46). Sum of RGB (Red+Green+Blue) = 160+80+46=286 (37% of max value = 765). Red value is 160 (62.89% from 255 or 55.94% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 46 (18.36% from 255 or 16.08% from 286); Max value from RGB is 160 - color contains mainly: red. Hex color #A0502E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0502E is #5FAFD1. Grayscale: #646464. Windows color (decimal): -6270930 or 3035296. OLE color: 3035296.

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

Color convert

RGB 160 80 46 -
CMYK 0 0.5 0.71 0.37
HSL 17.89º 0.55% 0.4% -
HSV(B) 17.89º 0.71% 0.63% -
XYZ 17.86 13.41 4.23 -
YUV 100.04 97.5 170.76 -
System Red Green Blue C M Y K H S L
Decimal 160 80 46 0 0.5 0.71 0.37 17.89 0.55 0.4
Hex A0 50 2E 0 32 47 25 12 37 28
Octal 240 120 56 0 62 107 45 22 67 50
Binary 10100000 1010000 101110 0 110010 1000111 100101 10010 110111 101000

Color Harmonies of #A0502E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0502E

Black with #A0502E

Text Example


Text Example

White with #A0502E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0502E; }

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

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

background-color css

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

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

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

border-color css

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

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

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