Html Css Color HEX #A1522B Sienna

📋 copy color: '#A1522B'

red 161 ◦ green 82 ◦ blue 43

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

Shades of Sienna #A1522B

Tints of Sienna #A1522B

RGB

 RED value IS 161 (63.28% from 255) = 56.29%

 GREEN value IS 82 (32.42% from 255) = 28.67%

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

R = 56.29%
G = 28.67%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A1522B (or 0xA1522B) is known color: Sienna. HEX triplet: A1, 52 and 2B. RGB value is (161,82,43). Sum of RGB (Red+Green+Blue) = 161+82+43=286 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.29% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 161 - color contains mainly: red. Hex color #A1522B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1522B is #5EADD4. Grayscale: #656565. Windows color (decimal): -6204885 or 2839201. OLE color: 2839201.

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

Color convert

RGB 161 82 43 -
CMYK 0 0.49 0.73 0.37
HSL 19.83º 0.58% 0.4% -
HSV(B) 19.83º 0.73% 0.63% -
XYZ 18.15 13.79 3.99 -
YUV 101.18 95.17 170.67 -
System Red Green Blue C M Y K H S L
Decimal 161 82 43 0 0.49 0.73 0.37 19.83 0.58 0.4
Hex A1 52 2B 0 31 49 25 14 3A 28
Octal 241 122 53 0 61 111 45 24 72 50
Binary 10100001 1010010 101011 0 110001 1001001 100101 10100 111010 101000

Color Harmonies of #A1522B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1522B

Black with #A1522B

Text Example


Text Example

White with #A1522B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1522B; }

 p { color: rgb(161,82,43); }

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

background-color css

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

 a { background-color: rgb(161,82,43); }

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

border-color css

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

 span { border-color: rgb(161,82,43); }

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