Html Css Color HEX #A05430 Sienna

📋 copy color: '#A05430'

red 160 ◦ green 84 ◦ blue 48

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

Shades of Sienna #A05430

Tints of Sienna #A05430

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.77%

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

R = 54.79%
G = 28.77%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#A05430 (or 0xA05430) is known color: Sienna. HEX triplet: A0, 54 and 30. RGB value is (160,84,48). Sum of RGB (Red+Green+Blue) = 160+84+48=292 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.79% from 292); Green value is 84 (33.20% from 255 or 28.77% from 292); Blue value is 48 (19.14% from 255 or 16.44% from 292); Max value from RGB is 160 - color contains mainly: red. Hex color #A05430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05430 is #5FABCF. Grayscale: #666666. Windows color (decimal): -6269904 or 3167392. OLE color: 3167392.

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

Color convert

RGB 160 84 48 -
CMYK 0 0.48 0.70 0.37
HSL 19.29º 0.54% 0.41% -
HSV(B) 19.29º 0.7% 0.63% -
XYZ 18.2 14.03 4.54 -
YUV 102.62 97.18 168.93 -
System Red Green Blue C M Y K H S L
Decimal 160 84 48 0 0.48 0.70 0.37 19.29 0.54 0.41
Hex A0 54 30 0 30 46 25 13 36 29
Octal 240 124 60 0 60 106 45 23 66 51
Binary 10100000 1010100 110000 0 110000 1000110 100101 10011 110110 101001

Color Harmonies of #A05430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05430

Black with #A05430

Text Example


Text Example

White with #A05430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05430; }

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

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

background-color css

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

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

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

border-color css

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

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

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