Html Css Color HEX #A0502D Sienna

📋 copy color: '#A0502D'

red 160 ◦ green 80 ◦ blue 45

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

Shades of Sienna #A0502D

Tints of Sienna #A0502D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.79%

R = 56.14%
G = 28.07%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#A0502D (or 0xA0502D) is known color: Sienna. HEX triplet: A0, 50 and 2D. RGB value is (160,80,45). Sum of RGB (Red+Green+Blue) = 160+80+45=285 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.14% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 160 - color contains mainly: red. Hex color #A0502D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0502D is #5FAFD2. Grayscale: #646464. Windows color (decimal): -6270931 or 2969760. OLE color: 2969760.

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

Color convert

RGB 160 80 45 -
CMYK 0 0.5 0.72 0.37
HSL 18.26º 0.56% 0.4% -
HSV(B) 18.26º 0.72% 0.63% -
XYZ 17.84 13.4 4.13 -
YUV 99.93 97 170.85 -
System Red Green Blue C M Y K H S L
Decimal 160 80 45 0 0.5 0.72 0.37 18.26 0.56 0.4
Hex A0 50 2D 0 32 48 25 12 38 28
Octal 240 120 55 0 62 110 45 22 70 50
Binary 10100000 1010000 101101 0 110010 1001000 100101 10010 111000 101000

Color Harmonies of #A0502D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0502D

Black with #A0502D

Text Example


Text Example

White with #A0502D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0502D; }

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

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

background-color css

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

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

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

border-color css

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

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

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