#A66855

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

Shades of Sante Fe #A66855

Tints of Sante Fe #A66855

Color information

#A66855 (or 0xA66855) is unknown color: approx Sante Fe. HEX triplet: A6, 68 and 55. RGB value is (166,104,85). Sum of RGB (Red+Green+Blue) = 166+104+85=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 166 - color contains mainly: red. Hex color #A66855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66855 is #5997AA. Grayscale: #787878. Windows color (decimal): -5871531 or 5597350. OLE color: 5597350.

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

Color convert

RGB16610485-
CMYK00.370.490.35
HSL14.07º32.27%49.22%-
HSV(B)14.07º48.8%65.1%-
XYZ22.3218.6611.02-
YUV120.37108.04160.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.76%
GREEN value IS 104 (41.02% from 255) = 29.30%
BLUE value IS 85 (33.59% from 255) = 23.94%
R=46.76%
G=29.30%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661048500.370.490.3514.0732.2749.22
HexA668550253123e2031
Octal2461501250456143164061
Binary101001101101000101010101001011100011000111110100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66855; }

 p { color: rgb(166,104,85); }

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

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

 a { background-color: rgb(166,104,85); }

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

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

 span { border-color: rgb(166,104,85); }

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