#A66B55

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

Shades of Sante Fe #A66B55

Tints of Sante Fe #A66B55

Color information

#A66B55 (or 0xA66B55) is unknown color: approx Sante Fe. HEX triplet: A6, 6B and 55. RGB value is (166,107,85). Sum of RGB (Red+Green+Blue) = 166+107+85=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 85 (33.59% from 255 or 23.74% from 358); Max value from RGB is 166 - color contains mainly: red. Hex color #A66B55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66B55 is #5994AA. Grayscale: #7A7A7A. Windows color (decimal): -5870763 or 5598118. OLE color: 5598118.

HSL color Cylindrical-coordinate representation of color #A66B55: hue angle of 16.3º 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 #A66B55 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB16610785-
CMYK00.360.490.35
HSL16.3º32.27%49.22%-
HSV(B)16.3º48.8%65.1%-
XYZ22.6219.2811.12-
YUV122.13107.05159.29-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.37%
GREEN value IS 107 (42.19% from 255) = 29.89%
BLUE value IS 85 (33.59% from 255) = 23.74%
R=46.37%
G=29.89%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661078500.360.490.3516.332.2749.22
HexA66B550243123102031
Octal2461531250446143204061
Binary1010011011010111010101010010011000110001110000100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66B55; }

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

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

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

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

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

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

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

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