Html Css Color HEX #A0512F Sienna

📋 copy color: '#A0512F'

red 160 ◦ green 81 ◦ blue 47

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

Shades of Sienna #A0512F

Tints of Sienna #A0512F

RGB

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

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

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

R = 55.56%
G = 28.13%
B = 16.32%

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

#A0512F (or 0xA0512F) is known color: Sienna. HEX triplet: A0, 51 and 2F. RGB value is (160,81,47). Sum of RGB (Red+Green+Blue) = 160+81+47=288 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.56% from 288); Green value is 81 (32.03% from 255 or 28.12% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 160 - color contains mainly: red. Hex color #A0512F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0512F is #5FAED0. Grayscale: #646464. Windows color (decimal): -6270673 or 3101088. OLE color: 3101088.

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

Color convert

RGB 160 81 47 -
CMYK 0 0.49 0.71 0.37
HSL 18.05º 0.55% 0.41% -
HSV(B) 18.05º 0.71% 0.63% -
XYZ 17.95 13.56 4.36 -
YUV 100.75 97.67 170.26 -
System Red Green Blue C M Y K H S L
Decimal 160 81 47 0 0.49 0.71 0.37 18.05 0.55 0.41
Hex A0 51 2F 0 31 47 25 12 37 29
Octal 240 121 57 0 61 107 45 22 67 51
Binary 10100000 1010001 101111 0 110001 1000111 100101 10010 110111 101001

Color Harmonies of #A0512F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0512F

Black with #A0512F

Text Example


Text Example

White with #A0512F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0512F; }

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

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

background-color css

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

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

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

border-color css

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

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

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