Html Css Color HEX #AA6A47 Sante Fe

📋 copy color: '#AA6A47'

red 170 ◦ green 106 ◦ blue 71

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

Shades of Sante Fe #AA6A47

Tints of Sante Fe #AA6A47

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.55%

 BLUE value IS 71 (28.13% from 255) = 20.46%

R = 48.99%
G = 30.55%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA6A47 (or 0xAA6A47) is known color: Sante Fe. HEX triplet: AA, 6A and 47. RGB value is (170,106,71). Sum of RGB (Red+Green+Blue) = 170+106+71=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 106 (41.80% from 255 or 30.55% from 347); Blue value is 71 (28.12% from 255 or 20.46% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6A47 is #5595B8. Grayscale: #797979. Windows color (decimal): -5608889 or 4680362. OLE color: 4680362.

HSL color Cylindrical-coordinate representation of color #AA6A47: hue angle of 21.21º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA6A47 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 106 71 -
CMYK 0 0.38 0.58 0.33
HSL 21.21º 0.41% 0.47% -
HSV(B) 21.21º 0.58% 0.67% -
XYZ 22.87 19.31 8.48 -
YUV 121.15 99.7 162.85 -
System Red Green Blue C M Y K H S L
Decimal 170 106 71 0 0.38 0.58 0.33 21.21 0.41 0.47
Hex AA 6A 47 0 26 3A 21 15 29 2F
Octal 252 152 107 0 46 72 41 25 51 57
Binary 10101010 1101010 1000111 0 100110 111010 100001 10101 101001 101111

Color Harmonies of #AA6A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6A47

Black with #AA6A47

Text Example


Text Example

White with #AA6A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6A47; }

 p { color: rgb(170,106,71); }

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

background-color css

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

 a { background-color: rgb(170,106,71); }

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

border-color css

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

 span { border-color: rgb(170,106,71); }

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