Html Css Color HEX #A1552C Sienna

📋 copy color: '#A1552C'

red 161 ◦ green 85 ◦ blue 44

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

Shades of Sienna #A1552C

Tints of Sienna #A1552C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.31%

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

R = 55.52%
G = 29.31%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A1552C (or 0xA1552C) is known color: Sienna. HEX triplet: A1, 55 and 2C. RGB value is (161,85,44). Sum of RGB (Red+Green+Blue) = 161+85+44=290 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.52% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 161 - color contains mainly: red. Hex color #A1552C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1552C is #5EAAD3. Grayscale: #676767. Windows color (decimal): -6204116 or 2905505. OLE color: 2905505.

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

Color convert

RGB 161 85 44 -
CMYK 0 0.47 0.73 0.37
HSL 21.03º 0.57% 0.4% -
HSV(B) 21.03º 0.73% 0.63% -
XYZ 18.4 14.26 4.16 -
YUV 103.05 94.68 169.33 -
System Red Green Blue C M Y K H S L
Decimal 161 85 44 0 0.47 0.73 0.37 21.03 0.57 0.4
Hex A1 55 2C 0 2F 49 25 15 39 28
Octal 241 125 54 0 57 111 45 25 71 50
Binary 10100001 1010101 101100 0 101111 1001001 100101 10101 111001 101000

Color Harmonies of #A1552C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1552C

Black with #A1552C

Text Example


Text Example

White with #A1552C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1552C; }

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

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

background-color css

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

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

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

border-color css

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

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

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