Html Css Color HEX #A0572C Sienna

📋 copy color: '#A0572C'

red 160 ◦ green 87 ◦ blue 44

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

Shades of Sienna #A0572C

Tints of Sienna #A0572C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.9%

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

R = 54.98%
G = 29.9%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#A0572C (or 0xA0572C) is known color: Sienna. HEX triplet: A0, 57 and 2C. RGB value is (160,87,44). Sum of RGB (Red+Green+Blue) = 160+87+44=291 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.98% from 291); Green value is 87 (34.38% from 255 or 29.90% from 291); Blue value is 44 (17.58% from 255 or 15.12% from 291); Max value from RGB is 160 - color contains mainly: red. Hex color #A0572C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0572C is #5FA8D3. Grayscale: #686868. Windows color (decimal): -6269140 or 2906016. OLE color: 2906016.

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

Color convert

RGB 160 87 44 -
CMYK 0 0.46 0.72 0.37
HSL 22.24º 0.57% 0.4% -
HSV(B) 22.24º 0.73% 0.63% -
XYZ 18.36 14.47 4.21 -
YUV 103.93 94.18 168 -
System Red Green Blue C M Y K H S L
Decimal 160 87 44 0 0.46 0.72 0.37 22.24 0.57 0.4
Hex A0 57 2C 0 2E 48 25 16 39 28
Octal 240 127 54 0 56 110 45 26 71 50
Binary 10100000 1010111 101100 0 101110 1001000 100101 10110 111001 101000

Color Harmonies of #A0572C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0572C

Black with #A0572C

Text Example


Text Example

White with #A0572C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0572C; }

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

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

background-color css

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

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

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

border-color css

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

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

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