Html Css Color HEX #A0512B Sienna

📋 copy color: '#A0512B'

red 160 ◦ green 81 ◦ blue 43

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

Shades of Sienna #A0512B

Tints of Sienna #A0512B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.52%

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

R = 56.34%
G = 28.52%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A0512B (or 0xA0512B) is known color: Sienna. HEX triplet: A0, 51 and 2B. RGB value is (160,81,43). Sum of RGB (Red+Green+Blue) = 160+81+43=284 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.34% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 43 (17.19% from 255 or 15.14% from 284); Max value from RGB is 160 - color contains mainly: red. Hex color #A0512B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0512B is #5FAED4. Grayscale: #646464. Windows color (decimal): -6270677 or 2838944. OLE color: 2838944.

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

Color convert

RGB 160 81 43 -
CMYK 0 0.49 0.73 0.37
HSL 19.49º 0.58% 0.4% -
HSV(B) 19.49º 0.73% 0.63% -
XYZ 17.88 13.53 3.96 -
YUV 100.29 95.67 170.59 -
System Red Green Blue C M Y K H S L
Decimal 160 81 43 0 0.49 0.73 0.37 19.49 0.58 0.4
Hex A0 51 2B 0 31 49 25 13 3A 28
Octal 240 121 53 0 61 111 45 23 72 50
Binary 10100000 1010001 101011 0 110001 1001001 100101 10011 111010 101000

Color Harmonies of #A0512B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0512B

Black with #A0512B

Text Example


Text Example

White with #A0512B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0512B; }

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

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

background-color css

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

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

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

border-color css

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

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

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