#AA7256

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

Shades of Sante Fe #AA7256

Tints of Sante Fe #AA7256

Color information

#AA7256 (or 0xAA7256) is unknown color: approx Sante Fe. HEX triplet: AA, 72 and 56. RGB value is (170,114,86). Sum of RGB (Red+Green+Blue) = 170+114+86=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 86 (33.98% from 255 or 23.24% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7256 is #558DA9. Grayscale: #7F7F7F. Windows color (decimal): -5606826 or 5665450. OLE color: 5665450.

HSL color Cylindrical-coordinate representation of color #AA7256: hue angle of 20º 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 #AA7256 is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB17011486-
CMYK00.330.490.33
HSL20º33.07%50.2%-
HSV(B)20º49.41%66.67%-
XYZ24.2721.2511.63-
YUV127.55104.55158.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.95%
GREEN value IS 114 (44.92% from 255) = 30.81%
BLUE value IS 86 (33.98% from 255) = 23.24%
R=45.95%
G=30.81%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701148600.330.490.332033.0750.2
HexAA72560213121142132
Octal2521621260416141244162
Binary1010101011100101010110010000111000110000110100100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7256; }

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

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

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

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

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

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

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

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