Html Css Color HEX #A1542E Sienna

📋 copy color: '#A1542E'

red 161 ◦ green 84 ◦ blue 46

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

Shades of Sienna #A1542E

Tints of Sienna #A1542E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.87%

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

R = 55.33%
G = 28.87%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A1542E (or 0xA1542E) is known color: Sienna. HEX triplet: A1, 54 and 2E. RGB value is (161,84,46). Sum of RGB (Red+Green+Blue) = 161+84+46=291 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.33% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 46 (18.36% from 255 or 15.81% from 291); Max value from RGB is 161 - color contains mainly: red. Hex color #A1542E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1542E is #5EABD1. Grayscale: #666666. Windows color (decimal): -6204370 or 3036321. OLE color: 3036321.

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

Color convert

RGB 161 84 46 -
CMYK 0 0.48 0.71 0.37
HSL 19.83º 0.56% 0.41% -
HSV(B) 19.83º 0.71% 0.63% -
XYZ 18.36 14.11 4.34 -
YUV 102.69 96.01 169.59 -
System Red Green Blue C M Y K H S L
Decimal 161 84 46 0 0.48 0.71 0.37 19.83 0.56 0.41
Hex A1 54 2E 0 30 47 25 14 38 29
Octal 241 124 56 0 60 107 45 24 70 51
Binary 10100001 1010100 101110 0 110000 1000111 100101 10100 111000 101001

Color Harmonies of #A1542E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1542E

Black with #A1542E

Text Example


Text Example

White with #A1542E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1542E; }

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

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

background-color css

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

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

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

border-color css

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

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

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