Html Css Color HEX #A0512D Sienna

📋 copy color: '#A0512D'

red 160 ◦ green 81 ◦ blue 45

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

Shades of Sienna #A0512D

Tints of Sienna #A0512D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.73%

R = 55.94%
G = 28.32%
B = 15.73%

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

#A0512D (or 0xA0512D) is known color: Sienna. HEX triplet: A0, 51 and 2D. RGB value is (160,81,45). Sum of RGB (Red+Green+Blue) = 160+81+45=286 (37% of max value = 765). Red value is 160 (62.89% from 255 or 55.94% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 160 - color contains mainly: red. Hex color #A0512D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0512D is #5FAED2. Grayscale: #646464. Windows color (decimal): -6270675 or 2970016. OLE color: 2970016.

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

Color convert

RGB 160 81 45 -
CMYK 0 0.49 0.72 0.37
HSL 18.78º 0.56% 0.4% -
HSV(B) 18.78º 0.72% 0.63% -
XYZ 17.91 13.55 4.15 -
YUV 100.52 96.67 170.43 -
System Red Green Blue C M Y K H S L
Decimal 160 81 45 0 0.49 0.72 0.37 18.78 0.56 0.4
Hex A0 51 2D 0 31 48 25 13 38 28
Octal 240 121 55 0 61 110 45 23 70 50
Binary 10100000 1010001 101101 0 110001 1001000 100101 10011 111000 101000

Color Harmonies of #A0512D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0512D

Black with #A0512D

Text Example


Text Example

White with #A0512D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0512D; }

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

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

background-color css

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

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

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

border-color css

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

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

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