Html Css Color HEX #A0512E Sienna

📋 copy color: '#A0512E'

red 160 ◦ green 81 ◦ blue 46

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

Shades of Sienna #A0512E

Tints of Sienna #A0512E

RGB

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

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

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

R = 55.75%
G = 28.22%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A0512E (or 0xA0512E) is known color: Sienna. HEX triplet: A0, 51 and 2E. RGB value is (160,81,46). Sum of RGB (Red+Green+Blue) = 160+81+46=287 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.75% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 46 (18.36% from 255 or 16.03% from 287); Max value from RGB is 160 - color contains mainly: red. Hex color #A0512E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0512E is #5FAED1. Grayscale: #646464. Windows color (decimal): -6270674 or 3035552. OLE color: 3035552.

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

Color convert

RGB 160 81 46 -
CMYK 0 0.49 0.71 0.37
HSL 18.42º 0.55% 0.4% -
HSV(B) 18.42º 0.71% 0.63% -
XYZ 17.93 13.56 4.26 -
YUV 100.63 97.17 170.35 -
System Red Green Blue C M Y K H S L
Decimal 160 81 46 0 0.49 0.71 0.37 18.42 0.55 0.4
Hex A0 51 2E 0 31 47 25 12 37 28
Octal 240 121 56 0 61 107 45 22 67 50
Binary 10100000 1010001 101110 0 110001 1000111 100101 10010 110111 101000

Color Harmonies of #A0512E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0512E

Black with #A0512E

Text Example


Text Example

White with #A0512E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0512E; }

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

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

background-color css

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

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

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

border-color css

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

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

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