Html Css Color HEX #AA6D49 Sante Fe

📋 copy color: '#AA6D49'

red 170 ◦ green 109 ◦ blue 73

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

Shades of Sante Fe #AA6D49

Tints of Sante Fe #AA6D49

RGB

 RED value IS 170 (66.8% from 255) = 48.3%

 GREEN value IS 109 (42.97% from 255) = 30.97%

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

R = 48.3%
G = 30.97%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AA6D49 (or 0xAA6D49) is known color: Sante Fe. HEX triplet: AA, 6D and 49. RGB value is (170,109,73). Sum of RGB (Red+Green+Blue) = 170+109+73=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 109 (42.97% from 255 or 30.97% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6D49 is #5592B6. Grayscale: #7B7B7B. Windows color (decimal): -5608119 or 4812202. OLE color: 4812202.

HSL color Cylindrical-coordinate representation of color #AA6D49: hue angle of 22.27º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA6D49 is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 109 73 -
CMYK 0 0.36 0.57 0.33
HSL 22.27º 0.4% 0.48% -
HSV(B) 22.27º 0.57% 0.67% -
XYZ 23.25 19.96 8.93 -
YUV 123.14 99.71 161.43 -
System Red Green Blue C M Y K H S L
Decimal 170 109 73 0 0.36 0.57 0.33 22.27 0.4 0.48
Hex AA 6D 49 0 24 39 21 16 28 30
Octal 252 155 111 0 44 71 41 26 50 60
Binary 10101010 1101101 1001001 0 100100 111001 100001 10110 101000 110000

Color Harmonies of #AA6D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6D49

Black with #AA6D49

Text Example


Text Example

White with #AA6D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6D49; }

 p { color: rgb(170,109,73); }

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

background-color css

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

 a { background-color: rgb(170,109,73); }

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

border-color css

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

 span { border-color: rgb(170,109,73); }

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