#AA7650

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

Shades of Sante Fe #AA7650

Tints of Sante Fe #AA7650

Color information

#AA7650 (or 0xAA7650) is unknown color: approx Sante Fe. HEX triplet: AA, 76 and 50. RGB value is (170,118,80). Sum of RGB (Red+Green+Blue) = 170+118+80=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 80 (31.64% from 255 or 21.74% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7650 is #5589AF. Grayscale: #818181. Windows color (decimal): -5605808 or 5273258. OLE color: 5273258.

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

Color convert

RGB17011880-
CMYK00.310.530.33
HSL25.33º36%49.02%-
HSV(B)25.33º52.94%66.67%-
XYZ24.522.0810.56-
YUV129.22100.23157.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.20%
GREEN value IS 118 (46.48% from 255) = 32.07%
BLUE value IS 80 (31.64% from 255) = 21.74%
R=46.20%
G=32.07%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701188000.310.530.3325.333649.02
HexAA765001F3521192431
Octal2521661200376541314461
Binary101010101110110101000001111111010110000111001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7650; }

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

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

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

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

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

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

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

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