#AA7556

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

Shades of Sante Fe #AA7556

Tints of Sante Fe #AA7556

Color information

#AA7556 (or 0xAA7556) is unknown color: approx Sante Fe. HEX triplet: AA, 75 and 56. RGB value is (170,117,86). Sum of RGB (Red+Green+Blue) = 170+117+86=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 86 (33.98% from 255 or 23.06% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7556 is #558AA9. Grayscale: #818181. Windows color (decimal): -5606058 or 5666218. OLE color: 5666218.

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

Color convert

RGB17011786-
CMYK00.310.490.33
HSL22.14º33.07%50.2%-
HSV(B)22.14º49.41%66.67%-
XYZ24.6221.9411.74-
YUV129.31103.56157.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.58%
GREEN value IS 117 (46.09% from 255) = 31.37%
BLUE value IS 86 (33.98% from 255) = 23.06%
R=45.58%
G=31.37%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701178600.310.490.3322.1433.0750.2
HexAA755601F3121162132
Octal2521651260376141264162
Binary101010101110101101011001111111000110000110110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7556; }

 p { color: rgb(170,117,86); }

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

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

 a { background-color: rgb(170,117,86); }

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

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

 span { border-color: rgb(170,117,86); }

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