#AA7654

Color #AA7654 Sante Fe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sante Fe #AA7654

Tints of Sante Fe #AA7654

Color information

#AA7654 (or 0xAA7654) is unknown color: approx Sante Fe. HEX triplet: AA, 76 and 54. RGB value is (170,118,84). Sum of RGB (Red+Green+Blue) = 170+118+84=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 84 (33.20% from 255 or 22.58% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7654 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7654 is #5589AB. Grayscale: #818181. Windows color (decimal): -5605804 or 5535402. OLE color: 5535402.

HSL color Cylindrical-coordinate representation of color #AA7654: hue angle of 23.72º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA7654 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB17011884-
CMYK00.310.510.33
HSL23.72º33.86%49.8%-
HSV(B)23.72º50.59%66.67%-
XYZ24.6622.1411.36-
YUV129.67102.23156.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.70%
GREEN value IS 118 (46.48% from 255) = 31.72%
BLUE value IS 84 (33.20% from 255) = 22.58%
R=45.70%
G=31.72%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701188400.310.510.3323.7233.8649.8
HexAA765401F3321182232
Octal2521661240376341304262
Binary101010101110110101010001111111001110000111000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7654; }

 p { color: rgb(170,118,84); }

 H1.HeaderClassName
 {
   color: #AA7654;
 }
 .AnyTagClassName
 {
   color: #AA7654;
 }
</style>
background-color css

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

 a { background-color: rgb(170,118,84); }

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

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

 span { border-color: rgb(170,118,84); }

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