#A66755

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

Shades of Sante Fe #A66755

Tints of Sante Fe #A66755

Color information

#A66755 (or 0xA66755) is unknown color: approx Sante Fe. HEX triplet: A6, 67 and 55. RGB value is (166,103,85). Sum of RGB (Red+Green+Blue) = 166+103+85=354 (46% of max value = 765). Red value is 166 (65.23% from 255 or 46.89% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 166 - color contains mainly: red. Hex color #A66755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66755 is #5998AA. Grayscale: #777777. Windows color (decimal): -5871787 or 5597094. OLE color: 5597094.

HSL color Cylindrical-coordinate representation of color #A66755: hue angle of 13.33º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A66755 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB16610385-
CMYK00.380.490.35
HSL13.33º32.27%49.22%-
HSV(B)13.33º48.8%65.1%-
XYZ22.2218.4610.99-
YUV119.78108.37160.96-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.89%
GREEN value IS 103 (40.62% from 255) = 29.10%
BLUE value IS 85 (33.59% from 255) = 24.01%
R=46.89%
G=29.10%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661038500.380.490.3513.3332.2749.22
HexA667550263123d2031
Octal2461471250466143154061
Binary101001101100111101010101001101100011000111101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66755; }

 p { color: rgb(166,103,85); }

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

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

 a { background-color: rgb(166,103,85); }

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

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

 span { border-color: rgb(166,103,85); }

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