#A66F49

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

Shades of Sante Fe #A66F49

Tints of Sante Fe #A66F49

Color information

#A66F49 (or 0xA66F49) is unknown color: approx Sante Fe. HEX triplet: A6, 6F and 49. RGB value is (166,111,73). Sum of RGB (Red+Green+Blue) = 166+111+73=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 166 - color contains mainly: red. Hex color #A66F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66F49 is #5990B6. Grayscale: #7B7B7B. Windows color (decimal): -5869751 or 4812710. OLE color: 4812710.

HSL color Cylindrical-coordinate representation of color #A66F49: hue angle of 24.52º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A66F49 is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB16611173-
CMYK00.330.560.35
HSL24.52º38.91%46.86%-
HSV(B)24.52º56.02%65.1%-
XYZ22.6119.968.96-
YUV123.1199.72158.59-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.43%
GREEN value IS 111 (43.75% from 255) = 31.71%
BLUE value IS 73 (28.91% from 255) = 20.86%
R=47.43%
G=31.71%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661117300.330.560.3524.5238.9146.86
HexA66F49021382319272f
Octal2461571110417043314757
Binary1010011011011111001001010000111100010001111001100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66F49; }

 p { color: rgb(166,111,73); }

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

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

 a { background-color: rgb(166,111,73); }

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

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

 span { border-color: rgb(166,111,73); }

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