Html Css Color HEX #A05031 Sienna

📋 copy color: '#A05031'

red 160 ◦ green 80 ◦ blue 49

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

Shades of Sienna #A05031

Tints of Sienna #A05031

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.68%

 BLUE value IS 49 (19.53% from 255) = 16.96%

R = 55.36%
G = 27.68%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A05031 (or 0xA05031) is known color: Sienna. HEX triplet: A0, 50 and 31. RGB value is (160,80,49). Sum of RGB (Red+Green+Blue) = 160+80+49=289 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.36% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 49 (19.53% from 255 or 16.96% from 289); Max value from RGB is 160 - color contains mainly: red. Hex color #A05031 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05031 is #5FAFCE. Grayscale: #646464. Windows color (decimal): -6270927 or 3231904. OLE color: 3231904.

HSL color Cylindrical-coordinate representation of color #A05031: hue angle of 16.76º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A05031 is Cyan = 0, Magento = 0.5, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 80 49 -
CMYK 0 0.5 0.69 0.37
HSL 16.76º 0.53% 0.41% -
HSV(B) 16.76º 0.69% 0.63% -
XYZ 17.92 13.43 4.55 -
YUV 100.39 99 170.52 -
System Red Green Blue C M Y K H S L
Decimal 160 80 49 0 0.5 0.69 0.37 16.76 0.53 0.41
Hex A0 50 31 0 32 45 25 11 35 29
Octal 240 120 61 0 62 105 45 21 65 51
Binary 10100000 1010000 110001 0 110010 1000101 100101 10001 110101 101001

Color Harmonies of #A05031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05031

Black with #A05031

Text Example


Text Example

White with #A05031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05031; }

 p { color: rgb(160,80,49); }

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

background-color css

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

 a { background-color: rgb(160,80,49); }

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

border-color css

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

 span { border-color: rgb(160,80,49); }

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