Html Css Color HEX #A16449 Sante Fe

📋 copy color: '#A16449'

red 161 ◦ green 100 ◦ blue 73

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

Shades of Sante Fe #A16449

Tints of Sante Fe #A16449

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.94%

 BLUE value IS 73 (28.91% from 255) = 21.86%

R = 48.2%
G = 29.94%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#A16449 (or 0xA16449) is known color: Sante Fe. HEX triplet: A1, 64 and 49. RGB value is (161,100,73). Sum of RGB (Red+Green+Blue) = 161+100+73=334 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.20% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 73 (28.91% from 255 or 21.86% from 334); Max value from RGB is 161 - color contains mainly: red. Hex color #A16449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16449 is #5E9BB6. Grayscale: #737373. Windows color (decimal): -6200247 or 4809889. OLE color: 4809889.

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

Color convert

RGB 161 100 73 -
CMYK 0 0.38 0.55 0.37
HSL 18.41º 0.38% 0.46% -
HSV(B) 18.41º 0.55% 0.63% -
XYZ 20.46 17.17 8.54 -
YUV 115.16 104.21 160.7 -
System Red Green Blue C M Y K H S L
Decimal 161 100 73 0 0.38 0.55 0.37 18.41 0.38 0.46
Hex A1 64 49 0 26 37 25 12 26 2E
Octal 241 144 111 0 46 67 45 22 46 56
Binary 10100001 1100100 1001001 0 100110 110111 100101 10010 100110 101110

Color Harmonies of #A16449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16449

Black with #A16449

Text Example


Text Example

White with #A16449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16449; }

 p { color: rgb(161,100,73); }

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

background-color css

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

 a { background-color: rgb(161,100,73); }

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

border-color css

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

 span { border-color: rgb(161,100,73); }

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