#AA7755

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

Shades of Sante Fe #AA7755

Tints of Sante Fe #AA7755

Color information

#AA7755 (or 0xAA7755) is unknown color: approx Sante Fe. HEX triplet: AA, 77 and 55. RGB value is (170,119,85). Sum of RGB (Red+Green+Blue) = 170+119+85=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 85 (33.59% from 255 or 22.73% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7755 is #5588AA. Grayscale: #828282. Windows color (decimal): -5605547 or 5601194. OLE color: 5601194.

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

Color convert

RGB17011985-
CMYK00.30.500.33
HSL24º33.33%50%-
HSV(B)24º50%66.67%-
XYZ24.8122.411.61-
YUV130.37102.4156.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.45%
GREEN value IS 119 (46.88% from 255) = 31.82%
BLUE value IS 85 (33.59% from 255) = 22.73%
R=45.45%
G=31.82%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701198500.30.500.332433.3350
HexAA775501E3221182132
Octal2521671250366241304162
Binary101010101110111101010101111011001010000111000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7755; }

 p { color: rgb(170,119,85); }

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

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

 a { background-color: rgb(170,119,85); }

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

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

 span { border-color: rgb(170,119,85); }

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