#A66F4E

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

Shades of Sante Fe #A66F4E

Tints of Sante Fe #A66F4E

Color information

#A66F4E (or 0xA66F4E) is unknown color: approx Sante Fe. HEX triplet: A6, 6F and 4E. RGB value is (166,111,78). Sum of RGB (Red+Green+Blue) = 166+111+78=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 78 (30.86% from 255 or 21.97% from 355); Max value from RGB is 166 - color contains mainly: red. Hex color #A66F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66F4E is #5990B1. Grayscale: #7B7B7B. Windows color (decimal): -5869746 or 5140390. OLE color: 5140390.

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

Color convert

RGB16611178-
CMYK00.330.530.35
HSL22.5º36.07%47.84%-
HSV(B)22.5º53.01%65.1%-
XYZ22.7920.039.87-
YUV123.68102.22158.18-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.76%
GREEN value IS 111 (43.75% from 255) = 31.27%
BLUE value IS 78 (30.86% from 255) = 21.97%
R=46.76%
G=31.27%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661117800.330.530.3522.536.0747.84
HexA66F4E0213523162430
Octal2461571160416543264460
Binary1010011011011111001110010000111010110001110110100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66F4E; }

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

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

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

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

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

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

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

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