Html Css Color HEX #A0512C Sienna

📋 copy color: '#A0512C'

red 160 ◦ green 81 ◦ blue 44

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

Shades of Sienna #A0512C

Tints of Sienna #A0512C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.44%

R = 56.14%
G = 28.42%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#A0512C (or 0xA0512C) is known color: Sienna. HEX triplet: A0, 51 and 2C. RGB value is (160,81,44). Sum of RGB (Red+Green+Blue) = 160+81+44=285 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.14% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 160 - color contains mainly: red. Hex color #A0512C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0512C is #5FAED3. Grayscale: #646464. Windows color (decimal): -6270676 or 2904480. OLE color: 2904480.

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

Color convert

RGB 160 81 44 -
CMYK 0 0.49 0.72 0.37
HSL 19.14º 0.57% 0.4% -
HSV(B) 19.14º 0.73% 0.63% -
XYZ 17.89 13.54 4.05 -
YUV 100.4 96.17 170.51 -
System Red Green Blue C M Y K H S L
Decimal 160 81 44 0 0.49 0.72 0.37 19.14 0.57 0.4
Hex A0 51 2C 0 31 48 25 13 39 28
Octal 240 121 54 0 61 110 45 23 71 50
Binary 10100000 1010001 101100 0 110001 1001000 100101 10011 111001 101000

Color Harmonies of #A0512C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0512C

Black with #A0512C

Text Example


Text Example

White with #A0512C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0512C; }

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

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

background-color css

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

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

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

border-color css

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

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

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