Html Css Color HEX #A0532B Sienna

📋 copy color: '#A0532B'

red 160 ◦ green 83 ◦ blue 43

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

Shades of Sienna #A0532B

Tints of Sienna #A0532B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.02%

 BLUE value IS 43 (17.19% from 255) = 15.03%

R = 55.94%
G = 29.02%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A0532B (or 0xA0532B) is known color: Sienna. HEX triplet: A0, 53 and 2B. RGB value is (160,83,43). Sum of RGB (Red+Green+Blue) = 160+83+43=286 (37% of max value = 765). Red value is 160 (62.89% from 255 or 55.94% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 160 - color contains mainly: red. Hex color #A0532B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0532B is #5FACD4. Grayscale: #656565. Windows color (decimal): -6270165 or 2839456. OLE color: 2839456.

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

Color convert

RGB 160 83 43 -
CMYK 0 0.48 0.73 0.37
HSL 20.51º 0.58% 0.4% -
HSV(B) 20.51º 0.73% 0.63% -
XYZ 18.03 13.83 4.01 -
YUV 101.46 95.01 169.75 -
System Red Green Blue C M Y K H S L
Decimal 160 83 43 0 0.48 0.73 0.37 20.51 0.58 0.4
Hex A0 53 2B 0 30 49 25 15 3A 28
Octal 240 123 53 0 60 111 45 25 72 50
Binary 10100000 1010011 101011 0 110000 1001001 100101 10101 111010 101000

Color Harmonies of #A0532B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0532B

Black with #A0532B

Text Example


Text Example

White with #A0532B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0532B; }

 p { color: rgb(160,83,43); }

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

background-color css

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

 a { background-color: rgb(160,83,43); }

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

border-color css

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

 span { border-color: rgb(160,83,43); }

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