#A66F56

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

Shades of Sante Fe #A66F56

Tints of Sante Fe #A66F56

Color information

#A66F56 (or 0xA66F56) is unknown color: approx Sante Fe. HEX triplet: A6, 6F and 56. RGB value is (166,111,86). Sum of RGB (Red+Green+Blue) = 166+111+86=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 86 (33.98% from 255 or 23.69% from 363); Max value from RGB is 166 - color contains mainly: red. Hex color #A66F56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66F56 is #5990A9. Grayscale: #7C7C7C. Windows color (decimal): -5869738 or 5664678. OLE color: 5664678.

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

Color convert

RGB16611186-
CMYK00.330.480.35
HSL18.75º31.75%49.41%-
HSV(B)18.75º48.19%65.1%-
XYZ23.0920.1511.48-
YUV124.6106.22157.53-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.73%
GREEN value IS 111 (43.75% from 255) = 30.58%
BLUE value IS 86 (33.98% from 255) = 23.69%
R=45.73%
G=30.58%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661118600.330.480.3518.7531.7549.41
HexA66F560213023132031
Octal2461571260416043234061
Binary1010011011011111010110010000111000010001110011100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66F56; }

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

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

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

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

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

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

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

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