Html Css Color HEX #A1532C Sienna

📋 copy color: '#A1532C'

red 161 ◦ green 83 ◦ blue 44

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

Shades of Sienna #A1532C

Tints of Sienna #A1532C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.28%

R = 55.9%
G = 28.82%
B = 15.28%

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

#A1532C (or 0xA1532C) is known color: Sienna. HEX triplet: A1, 53 and 2C. RGB value is (161,83,44). Sum of RGB (Red+Green+Blue) = 161+83+44=288 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.90% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 44 (17.58% from 255 or 15.28% from 288); Max value from RGB is 161 - color contains mainly: red. Hex color #A1532C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1532C is #5EACD3. Grayscale: #666666. Windows color (decimal): -6204628 or 2904993. OLE color: 2904993.

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

Color convert

RGB 161 83 44 -
CMYK 0 0.48 0.73 0.37
HSL 20º 0.57% 0.4% -
HSV(B) 20º 0.73% 0.63% -
XYZ 18.25 13.95 4.11 -
YUV 101.88 95.34 170.17 -
System Red Green Blue C M Y K H S L
Decimal 161 83 44 0 0.48 0.73 0.37 20 0.57 0.4
Hex A1 53 2C 0 30 49 25 14 39 28
Octal 241 123 54 0 60 111 45 24 71 50
Binary 10100001 1010011 101100 0 110000 1001001 100101 10100 111001 101000

Color Harmonies of #A1532C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1532C

Black with #A1532C

Text Example


Text Example

White with #A1532C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1532C; }

 p { color: rgb(161,83,44); }

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

background-color css

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

 a { background-color: rgb(161,83,44); }

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

border-color css

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

 span { border-color: rgb(161,83,44); }

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