#A66A57

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

Shades of Sante Fe #A66A57

Tints of Sante Fe #A66A57

Color information

#A66A57 (or 0xA66A57) is unknown color: approx Sante Fe. HEX triplet: A6, 6A and 57. RGB value is (166,106,87). Sum of RGB (Red+Green+Blue) = 166+106+87=359 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.24% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 87 (34.38% from 255 or 24.23% from 359); Max value from RGB is 166 - color contains mainly: red. Hex color #A66A57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66A57 is #5995A8. Grayscale: #797979. Windows color (decimal): -5871017 or 5728934. OLE color: 5728934.

HSL color Cylindrical-coordinate representation of color #A66A57: hue angle of 14.43º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A66A57 is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB16610687-
CMYK00.360.480.35
HSL14.43º31.23%49.61%-
HSV(B)14.43º47.59%65.1%-
XYZ22.619.111.51-
YUV121.77108.38159.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.24%
GREEN value IS 106 (41.80% from 255) = 29.53%
BLUE value IS 87 (34.38% from 255) = 24.23%
R=46.24%
G=29.53%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661068700.360.480.3514.4331.2349.61
HexA66A570243023e1f32
Octal2461521270446043163762
Binary10100110110101010101110100100110000100011111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66A57; }

 p { color: rgb(166,106,87); }

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

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

 a { background-color: rgb(166,106,87); }

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

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

 span { border-color: rgb(166,106,87); }

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