Html Css Color HEX #A05130 Sienna

📋 copy color: '#A05130'

red 160 ◦ green 81 ◦ blue 48

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

Shades of Sienna #A05130

Tints of Sienna #A05130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.61%

R = 55.36%
G = 28.03%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#A05130 (or 0xA05130) is known color: Sienna. HEX triplet: A0, 51 and 30. RGB value is (160,81,48). Sum of RGB (Red+Green+Blue) = 160+81+48=289 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.36% from 289); Green value is 81 (32.03% from 255 or 28.03% from 289); Blue value is 48 (19.14% from 255 or 16.61% from 289); Max value from RGB is 160 - color contains mainly: red. Hex color #A05130 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05130 is #5FAECF. Grayscale: #656565. Windows color (decimal): -6270672 or 3166624. OLE color: 3166624.

HSL color Cylindrical-coordinate representation of color #A05130: hue angle of 17.68º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A05130 is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 81 48 -
CMYK 0 0.49 0.70 0.37
HSL 17.68º 0.54% 0.41% -
HSV(B) 17.68º 0.7% 0.63% -
XYZ 17.97 13.57 4.47 -
YUV 100.86 98.17 170.18 -
System Red Green Blue C M Y K H S L
Decimal 160 81 48 0 0.49 0.70 0.37 17.68 0.54 0.41
Hex A0 51 30 0 31 46 25 12 36 29
Octal 240 121 60 0 61 106 45 22 66 51
Binary 10100000 1010001 110000 0 110001 1000110 100101 10010 110110 101001

Color Harmonies of #A05130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05130

Black with #A05130

Text Example


Text Example

White with #A05130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05130; }

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

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

background-color css

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

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

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

border-color css

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

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

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