Html Css Color HEX #AA6749 Sante Fe

📋 copy color: '#AA6749'

red 170 ◦ green 103 ◦ blue 73

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

Shades of Sante Fe #AA6749

Tints of Sante Fe #AA6749

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.77%

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

R = 49.13%
G = 29.77%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AA6749 (or 0xAA6749) is known color: Sante Fe. HEX triplet: AA, 67 and 49. RGB value is (170,103,73). Sum of RGB (Red+Green+Blue) = 170+103+73=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6749 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6749 is #5598B6. Grayscale: #777777. Windows color (decimal): -5609655 or 4810666. OLE color: 4810666.

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

Color convert

RGB 170 103 73 -
CMYK 0 0.39 0.57 0.33
HSL 18.56º 0.4% 0.48% -
HSV(B) 18.56º 0.57% 0.67% -
XYZ 22.63 18.73 8.73 -
YUV 119.61 101.7 163.94 -
System Red Green Blue C M Y K H S L
Decimal 170 103 73 0 0.39 0.57 0.33 18.56 0.4 0.48
Hex AA 67 49 0 27 39 21 13 28 30
Octal 252 147 111 0 47 71 41 23 50 60
Binary 10101010 1100111 1001001 0 100111 111001 100001 10011 101000 110000

Color Harmonies of #AA6749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6749

Black with #AA6749

Text Example


Text Example

White with #AA6749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6749; }

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

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

background-color css

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

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

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

border-color css

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

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

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