Html Css Color HEX #A0502F Sienna

📋 copy color: '#A0502F'

red 160 ◦ green 80 ◦ blue 47

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

Shades of Sienna #A0502F

Tints of Sienna #A0502F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.38%

R = 55.75%
G = 27.87%
B = 16.38%

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

#A0502F (or 0xA0502F) is known color: Sienna. HEX triplet: A0, 50 and 2F. RGB value is (160,80,47). Sum of RGB (Red+Green+Blue) = 160+80+47=287 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.75% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 47 (18.75% from 255 or 16.38% from 287); Max value from RGB is 160 - color contains mainly: red. Hex color #A0502F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0502F is #5FAFD0. Grayscale: #646464. Windows color (decimal): -6270929 or 3100832. OLE color: 3100832.

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

Color convert

RGB 160 80 47 -
CMYK 0 0.5 0.71 0.37
HSL 17.52º 0.55% 0.41% -
HSV(B) 17.52º 0.71% 0.63% -
XYZ 17.88 13.42 4.34 -
YUV 100.16 98 170.68 -
System Red Green Blue C M Y K H S L
Decimal 160 80 47 0 0.5 0.71 0.37 17.52 0.55 0.41
Hex A0 50 2F 0 32 47 25 12 37 29
Octal 240 120 57 0 62 107 45 22 67 51
Binary 10100000 1010000 101111 0 110010 1000111 100101 10010 110111 101001

Color Harmonies of #A0502F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0502F

Black with #A0502F

Text Example


Text Example

White with #A0502F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0502F; }

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

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

background-color css

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

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

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

border-color css

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

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

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