#AA6F4F

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

Shades of Sante Fe #AA6F4F

Tints of Sante Fe #AA6F4F

Color information

#AA6F4F (or 0xAA6F4F) is unknown color: approx Sante Fe. HEX triplet: AA, 6F and 4F. RGB value is (170,111,79). Sum of RGB (Red+Green+Blue) = 170+111+79=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 111 (43.75% from 255 or 30.83% from 360); Blue value is 79 (31.25% from 255 or 21.94% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6F4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6F4F is #5590B0. Grayscale: #7D7D7D. Windows color (decimal): -5607601 or 5205930. OLE color: 5205930.

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

Color convert

RGB17011179-
CMYK00.350.540.33
HSL21.1º36.55%48.82%-
HSV(B)21.1º53.53%66.67%-
XYZ23.6720.4810.1-
YUV124.99102.05160.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.22%
GREEN value IS 111 (43.75% from 255) = 30.83%
BLUE value IS 79 (31.25% from 255) = 21.94%
R=47.22%
G=30.83%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701117900.350.540.3321.136.5548.82
HexAA6F4F0233621152531
Octal2521571170436641254561
Binary1010101011011111001111010001111011010000110101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6F4F; }

 p { color: rgb(170,111,79); }

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

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

 a { background-color: rgb(170,111,79); }

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

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

 span { border-color: rgb(170,111,79); }

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