Html Css Color HEX #AA6949 Sante Fe

📋 copy color: '#AA6949'

red 170 ◦ green 105 ◦ blue 73

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

Shades of Sante Fe #AA6949

Tints of Sante Fe #AA6949

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.17%

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

R = 48.85%
G = 30.17%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AA6949 (or 0xAA6949) is known color: Sante Fe. HEX triplet: AA, 69 and 49. RGB value is (170,105,73). Sum of RGB (Red+Green+Blue) = 170+105+73=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 105 (41.41% from 255 or 30.17% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6949 is #5596B6. Grayscale: #787878. Windows color (decimal): -5609143 or 4811178. OLE color: 4811178.

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

Color convert

RGB 170 105 73 -
CMYK 0 0.38 0.57 0.33
HSL 19.79º 0.4% 0.48% -
HSV(B) 19.79º 0.57% 0.67% -
XYZ 22.83 19.13 8.79 -
YUV 120.79 101.03 163.1 -
System Red Green Blue C M Y K H S L
Decimal 170 105 73 0 0.38 0.57 0.33 19.79 0.4 0.48
Hex AA 69 49 0 26 39 21 14 28 30
Octal 252 151 111 0 46 71 41 24 50 60
Binary 10101010 1101001 1001001 0 100110 111001 100001 10100 101000 110000

Color Harmonies of #AA6949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6949

Black with #AA6949

Text Example


Text Example

White with #AA6949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6949; }

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

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

background-color css

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

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

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

border-color css

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

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

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