#AA6A54

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

Shades of Sante Fe #AA6A54

Tints of Sante Fe #AA6A54

Color information

#AA6A54 (or 0xAA6A54) is unknown color: approx Sante Fe. HEX triplet: AA, 6A and 54. RGB value is (170,106,84). Sum of RGB (Red+Green+Blue) = 170+106+84=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 84 (33.20% from 255 or 23.33% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6A54 is #5595AB. Grayscale: #7A7A7A. Windows color (decimal): -5608876 or 5532330. OLE color: 5532330.

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

Color convert

RGB17010684-
CMYK00.380.510.33
HSL15.35º33.86%49.8%-
HSV(B)15.35º50.59%66.67%-
XYZ23.3319.4910.92-
YUV122.63106.2161.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.22%
GREEN value IS 106 (41.80% from 255) = 29.44%
BLUE value IS 84 (33.20% from 255) = 23.33%
R=47.22%
G=29.44%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701068400.380.510.3315.3533.8649.8
HexAA6A540263321f2232
Octal2521521240466341174262
Binary101010101101010101010001001101100111000011111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6A54; }

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

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

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

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

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

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

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

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