Html Css Color HEX #A1572E Sienna

📋 copy color: '#A1572E'

red 161 ◦ green 87 ◦ blue 46

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

Shades of Sienna #A1572E

Tints of Sienna #A1572E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.65%

R = 54.76%
G = 29.59%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A1572E (or 0xA1572E) is known color: Sienna. HEX triplet: A1, 57 and 2E. RGB value is (161,87,46). Sum of RGB (Red+Green+Blue) = 161+87+46=294 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.76% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 161 - color contains mainly: red. Hex color #A1572E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1572E is #5EA8D1. Grayscale: #686868. Windows color (decimal): -6203602 or 3037089. OLE color: 3037089.

HSL color Cylindrical-coordinate representation of color #A1572E: hue angle of 21.39º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A1572E is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 87 46 -
CMYK 0 0.46 0.71 0.37
HSL 21.39º 0.56% 0.41% -
HSV(B) 21.39º 0.71% 0.63% -
XYZ 18.6 14.59 4.42 -
YUV 104.45 95.02 168.33 -
System Red Green Blue C M Y K H S L
Decimal 161 87 46 0 0.46 0.71 0.37 21.39 0.56 0.41
Hex A1 57 2E 0 2E 47 25 15 38 29
Octal 241 127 56 0 56 107 45 25 70 51
Binary 10100001 1010111 101110 0 101110 1000111 100101 10101 111000 101001

Color Harmonies of #A1572E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1572E

Black with #A1572E

Text Example


Text Example

White with #A1572E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1572E; }

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

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

background-color css

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

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

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

border-color css

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

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

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