#A66D50

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

Shades of Sante Fe #A66D50

Tints of Sante Fe #A66D50

Color information

#A66D50 (or 0xA66D50) is unknown color: approx Sante Fe. HEX triplet: A6, 6D and 50. RGB value is (166,109,80). Sum of RGB (Red+Green+Blue) = 166+109+80=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 109 (42.97% from 255 or 30.70% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 166 - color contains mainly: red. Hex color #A66D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66D50 is #5992AF. Grayscale: #7A7A7A. Windows color (decimal): -5870256 or 5270950. OLE color: 5270950.

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

Color convert

RGB16610980-
CMYK00.340.520.35
HSL20.23º34.96%48.24%-
HSV(B)20.23º51.81%65.1%-
XYZ22.6419.6210.18-
YUV122.74103.88158.86-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.76%
GREEN value IS 109 (42.97% from 255) = 30.70%
BLUE value IS 80 (31.64% from 255) = 22.54%
R=46.76%
G=30.70%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661098000.340.520.3520.2334.9648.24
HexA66D500223423142330
Octal2461551200426443244360
Binary1010011011011011010000010001011010010001110100100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66D50; }

 p { color: rgb(166,109,80); }

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

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

 a { background-color: rgb(166,109,80); }

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

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

 span { border-color: rgb(166,109,80); }

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