Html Css Color HEX #A0512A Sienna

📋 copy color: '#A0512A'

red 160 ◦ green 81 ◦ blue 42

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

Shades of Sienna #A0512A

Tints of Sienna #A0512A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.84%

R = 56.54%
G = 28.62%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#A0512A (or 0xA0512A) is known color: Sienna. HEX triplet: A0, 51 and 2A. RGB value is (160,81,42). Sum of RGB (Red+Green+Blue) = 160+81+42=283 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.54% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 160 - color contains mainly: red. Hex color #A0512A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0512A is #5FAED5. Grayscale: #646464. Windows color (decimal): -6270678 or 2773408. OLE color: 2773408.

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

Color convert

RGB 160 81 42 -
CMYK 0 0.49 0.74 0.37
HSL 19.83º 0.58% 0.4% -
HSV(B) 19.83º 0.74% 0.63% -
XYZ 17.86 13.53 3.86 -
YUV 100.18 95.17 170.67 -
System Red Green Blue C M Y K H S L
Decimal 160 81 42 0 0.49 0.74 0.37 19.83 0.58 0.4
Hex A0 51 2A 0 31 4A 25 14 3A 28
Octal 240 121 52 0 61 112 45 24 72 50
Binary 10100000 1010001 101010 0 110001 1001010 100101 10100 111010 101000

Color Harmonies of #A0512A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0512A

Black with #A0512A

Text Example


Text Example

White with #A0512A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0512A; }

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

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

background-color css

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

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

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

border-color css

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

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

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