#A66F4D

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

Shades of Sante Fe #A66F4D

Tints of Sante Fe #A66F4D

Color information

#A66F4D (or 0xA66F4D) is unknown color: approx Sante Fe. HEX triplet: A6, 6F and 4D. RGB value is (166,111,77). Sum of RGB (Red+Green+Blue) = 166+111+77=354 (46% of max value = 765). Red value is 166 (65.23% from 255 or 46.89% from 354); Green value is 111 (43.75% from 255 or 31.36% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 166 - color contains mainly: red. Hex color #A66F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66F4D is #5990B2. Grayscale: #7B7B7B. Windows color (decimal): -5869747 or 5074854. OLE color: 5074854.

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

Color convert

RGB16611177-
CMYK00.330.540.35
HSL22.92º36.63%47.65%-
HSV(B)22.92º53.61%65.1%-
XYZ22.7520.019.68-
YUV123.57101.72158.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.89%
GREEN value IS 111 (43.75% from 255) = 31.36%
BLUE value IS 77 (30.47% from 255) = 21.75%
R=46.89%
G=31.36%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661117700.330.540.3522.9236.6347.65
HexA66F4D0213623172530
Octal2461571150416643274560
Binary1010011011011111001101010000111011010001110111100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66F4D; }

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

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

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

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

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

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

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

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