Html Css Color HEX #A1572F Sienna

📋 copy color: '#A1572F'

red 161 ◦ green 87 ◦ blue 47

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

Shades of Sienna #A1572F

Tints of Sienna #A1572F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.93%

R = 54.58%
G = 29.49%
B = 15.93%

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

#A1572F (or 0xA1572F) is known color: Sienna. HEX triplet: A1, 57 and 2F. RGB value is (161,87,47). Sum of RGB (Red+Green+Blue) = 161+87+47=295 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.58% from 295); Green value is 87 (34.38% from 255 or 29.49% from 295); Blue value is 47 (18.75% from 255 or 15.93% from 295); Max value from RGB is 161 - color contains mainly: red. Hex color #A1572F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1572F is #5EA8D0. Grayscale: #686868. Windows color (decimal): -6203601 or 3102625. OLE color: 3102625.

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

Color convert

RGB 161 87 47 -
CMYK 0 0.46 0.71 0.37
HSL 21.05º 0.55% 0.41% -
HSV(B) 21.05º 0.71% 0.63% -
XYZ 18.62 14.6 4.53 -
YUV 104.57 95.52 168.25 -
System Red Green Blue C M Y K H S L
Decimal 161 87 47 0 0.46 0.71 0.37 21.05 0.55 0.41
Hex A1 57 2F 0 2E 47 25 15 37 29
Octal 241 127 57 0 56 107 45 25 67 51
Binary 10100001 1010111 101111 0 101110 1000111 100101 10101 110111 101001

Color Harmonies of #A1572F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1572F

Black with #A1572F

Text Example


Text Example

White with #A1572F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1572F; }

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

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

background-color css

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

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

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

border-color css

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

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

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