#AA6D51

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

Shades of Sante Fe #AA6D51

Tints of Sante Fe #AA6D51

Color information

#AA6D51 (or 0xAA6D51) is unknown color: approx Sante Fe. HEX triplet: AA, 6D and 51. RGB value is (170,109,81). Sum of RGB (Red+Green+Blue) = 170+109+81=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 81 (32.03% from 255 or 22.5% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6D51 is #5592AE. Grayscale: #7C7C7C. Windows color (decimal): -5608111 or 5336490. OLE color: 5336490.

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

Color convert

RGB17010981-
CMYK00.360.520.33
HSL18.88º35.46%49.22%-
HSV(B)18.88º52.35%66.67%-
XYZ23.5320.0810.42-
YUV124.05103.71160.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.22%
GREEN value IS 109 (42.97% from 255) = 30.28%
BLUE value IS 81 (32.03% from 255) = 22.5%
R=47.22%
G=30.28%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701098100.360.520.3318.8835.4649.22
HexAA6D510243421132331
Octal2521551210446441234361
Binary1010101011011011010001010010011010010000110011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6D51; }

 p { color: rgb(170,109,81); }

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

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

 a { background-color: rgb(170,109,81); }

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

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

 span { border-color: rgb(170,109,81); }

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