Html Css Color HEX #A1572B Sienna

📋 copy color: '#A1572B'

red 161 ◦ green 87 ◦ blue 43

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

Shades of Sienna #A1572B

Tints of Sienna #A1572B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.78%

R = 55.33%
G = 29.9%
B = 14.78%

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

#A1572B (or 0xA1572B) is known color: Sienna. HEX triplet: A1, 57 and 2B. RGB value is (161,87,43). Sum of RGB (Red+Green+Blue) = 161+87+43=291 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.33% from 291); Green value is 87 (34.38% from 255 or 29.90% from 291); Blue value is 43 (17.19% from 255 or 14.78% from 291); Max value from RGB is 161 - color contains mainly: red. Hex color #A1572B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1572B is #5EA8D4. Grayscale: #686868. Windows color (decimal): -6203605 or 2840481. OLE color: 2840481.

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

Color convert

RGB 161 87 43 -
CMYK 0 0.46 0.73 0.37
HSL 22.37º 0.58% 0.4% -
HSV(B) 22.37º 0.73% 0.63% -
XYZ 18.54 14.57 4.12 -
YUV 104.11 93.52 168.58 -
System Red Green Blue C M Y K H S L
Decimal 161 87 43 0 0.46 0.73 0.37 22.37 0.58 0.4
Hex A1 57 2B 0 2E 49 25 16 3A 28
Octal 241 127 53 0 56 111 45 26 72 50
Binary 10100001 1010111 101011 0 101110 1001001 100101 10110 111010 101000

Color Harmonies of #A1572B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1572B

Black with #A1572B

Text Example


Text Example

White with #A1572B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1572B; }

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

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

background-color css

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

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

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

border-color css

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

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

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