Html Css Color HEX #AA6B47 Sante Fe

📋 copy color: '#AA6B47'

red 170 ◦ green 107 ◦ blue 71

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

Shades of Sante Fe #AA6B47

Tints of Sante Fe #AA6B47

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.75%

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

R = 48.85%
G = 30.75%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA6B47 (or 0xAA6B47) is known color: Sante Fe. HEX triplet: AA, 6B and 47. RGB value is (170,107,71). Sum of RGB (Red+Green+Blue) = 170+107+71=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 107 (42.19% from 255 or 30.75% from 348); Blue value is 71 (28.12% from 255 or 20.40% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6B47 is #5594B8. Grayscale: #797979. Windows color (decimal): -5608633 or 4680618. OLE color: 4680618.

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

Color convert

RGB 170 107 71 -
CMYK 0 0.37 0.58 0.33
HSL 21.82º 0.41% 0.47% -
HSV(B) 21.82º 0.58% 0.67% -
XYZ 22.97 19.52 8.52 -
YUV 121.73 99.37 162.43 -
System Red Green Blue C M Y K H S L
Decimal 170 107 71 0 0.37 0.58 0.33 21.82 0.41 0.47
Hex AA 6B 47 0 25 3A 21 16 29 2F
Octal 252 153 107 0 45 72 41 26 51 57
Binary 10101010 1101011 1000111 0 100101 111010 100001 10110 101001 101111

Color Harmonies of #AA6B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6B47

Black with #AA6B47

Text Example


Text Example

White with #AA6B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6B47; }

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

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

background-color css

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

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

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

border-color css

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

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

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