Html Css Color HEX #A1572C Sienna

📋 copy color: '#A1572C'

red 161 ◦ green 87 ◦ blue 44

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

Shades of Sienna #A1572C

Tints of Sienna #A1572C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.79%

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

R = 55.14%
G = 29.79%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A1572C (or 0xA1572C) is known color: Sienna. HEX triplet: A1, 57 and 2C. RGB value is (161,87,44). Sum of RGB (Red+Green+Blue) = 161+87+44=292 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.14% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 44 (17.58% from 255 or 15.07% from 292); Max value from RGB is 161 - color contains mainly: red. Hex color #A1572C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1572C is #5EA8D3. Grayscale: #686868. Windows color (decimal): -6203604 or 2906017. OLE color: 2906017.

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

Color convert

RGB 161 87 44 -
CMYK 0 0.46 0.73 0.37
HSL 22.05º 0.57% 0.4% -
HSV(B) 22.05º 0.73% 0.63% -
XYZ 18.56 14.58 4.22 -
YUV 104.22 94.02 168.5 -
System Red Green Blue C M Y K H S L
Decimal 161 87 44 0 0.46 0.73 0.37 22.05 0.57 0.4
Hex A1 57 2C 0 2E 49 25 16 39 28
Octal 241 127 54 0 56 111 45 26 71 50
Binary 10100001 1010111 101100 0 101110 1001001 100101 10110 111001 101000

Color Harmonies of #A1572C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1572C

Black with #A1572C

Text Example


Text Example

White with #A1572C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1572C; }

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

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

background-color css

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

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

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

border-color css

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

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

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