#AA7354

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

Shades of Sante Fe #AA7354

Tints of Sante Fe #AA7354

Color information

#AA7354 (or 0xAA7354) is unknown color: approx Sante Fe. HEX triplet: AA, 73 and 54. RGB value is (170,115,84). Sum of RGB (Red+Green+Blue) = 170+115+84=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 115 (45.31% from 255 or 31.17% from 369); Blue value is 84 (33.20% from 255 or 22.76% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7354 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7354 is #558CAB. Grayscale: #808080. Windows color (decimal): -5606572 or 5534634. OLE color: 5534634.

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

Color convert

RGB17011584-
CMYK00.320.510.33
HSL21.63º33.86%49.8%-
HSV(B)21.63º50.59%66.67%-
XYZ24.3121.4511.25-
YUV127.91103.22158.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.07%
GREEN value IS 115 (45.31% from 255) = 31.17%
BLUE value IS 84 (33.20% from 255) = 22.76%
R=46.07%
G=31.17%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701158400.320.510.3321.6333.8649.8
HexAA73540203321162232
Octal2521631240406341264262
Binary1010101011100111010100010000011001110000110110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7354; }

 p { color: rgb(170,115,84); }

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

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

 a { background-color: rgb(170,115,84); }

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

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

 span { border-color: rgb(170,115,84); }

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