#AA764E

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

Shades of Sante Fe #AA764E

Tints of Sante Fe #AA764E

Color information

#AA764E (or 0xAA764E) is unknown color: approx Sante Fe. HEX triplet: AA, 76 and 4E. RGB value is (170,118,78). Sum of RGB (Red+Green+Blue) = 170+118+78=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 78 (30.86% from 255 or 21.31% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA764E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA764E is #5589B1. Grayscale: #818181. Windows color (decimal): -5605810 or 5142186. OLE color: 5142186.

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

Color convert

RGB17011878-
CMYK00.310.540.33
HSL26.09º37.1%48.63%-
HSV(B)26.09º54.12%66.67%-
XYZ24.4322.0510.18-
YUV128.9999.23157.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.45%
GREEN value IS 118 (46.48% from 255) = 32.24%
BLUE value IS 78 (30.86% from 255) = 21.31%
R=46.45%
G=32.24%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701187800.310.540.3326.0937.148.63
HexAA764E01F36211a2531
Octal2521661160376641324561
Binary101010101110110100111001111111011010000111010100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA764E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA764E; }

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

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

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

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

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

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

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

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