Html Css Color HEX #A0582C Sienna

📋 copy color: '#A0582C'

red 160 ◦ green 88 ◦ blue 44

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

Shades of Sienna #A0582C

Tints of Sienna #A0582C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.14%

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

R = 54.79%
G = 30.14%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#A0582C (or 0xA0582C) is known color: Sienna. HEX triplet: A0, 58 and 2C. RGB value is (160,88,44). Sum of RGB (Red+Green+Blue) = 160+88+44=292 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.79% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 44 (17.58% from 255 or 15.07% from 292); Max value from RGB is 160 - color contains mainly: red. Hex color #A0582C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0582C is #5FA7D3. Grayscale: #686868. Windows color (decimal): -6268884 or 2906272. OLE color: 2906272.

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

Color convert

RGB 160 88 44 -
CMYK 0 0.45 0.72 0.37
HSL 22.76º 0.57% 0.4% -
HSV(B) 22.76º 0.73% 0.63% -
XYZ 18.44 14.63 4.24 -
YUV 104.51 93.85 167.58 -
System Red Green Blue C M Y K H S L
Decimal 160 88 44 0 0.45 0.72 0.37 22.76 0.57 0.4
Hex A0 58 2C 0 2D 48 25 17 39 28
Octal 240 130 54 0 55 110 45 27 71 50
Binary 10100000 1011000 101100 0 101101 1001000 100101 10111 111001 101000

Color Harmonies of #A0582C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0582C

Black with #A0582C

Text Example


Text Example

White with #A0582C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0582C; }

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

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

background-color css

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

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

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

border-color css

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

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

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