#A66B58

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

Shades of Sante Fe #A66B58

Tints of Sante Fe #A66B58

Color information

#A66B58 (or 0xA66B58) is unknown color: approx Sante Fe. HEX triplet: A6, 6B and 58. RGB value is (166,107,88). Sum of RGB (Red+Green+Blue) = 166+107+88=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 107 (42.19% from 255 or 29.64% from 361); Blue value is 88 (34.77% from 255 or 24.38% from 361); Max value from RGB is 166 - color contains mainly: red. Hex color #A66B58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66B58 is #5994A7. Grayscale: #7A7A7A. Windows color (decimal): -5870760 or 5794726. OLE color: 5794726.

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

Color convert

RGB16610788-
CMYK00.360.470.35
HSL14.62º30.71%49.8%-
HSV(B)14.62º46.99%65.1%-
XYZ22.7519.3311.76-
YUV122.48108.55159.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.98%
GREEN value IS 107 (42.19% from 255) = 29.64%
BLUE value IS 88 (34.77% from 255) = 24.38%
R=45.98%
G=29.64%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661078800.360.470.3514.6230.7149.8
HexA66B580242F23f1f32
Octal2461531300445743173762
Binary10100110110101110110000100100101111100011111111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66B58; }

 p { color: rgb(166,107,88); }

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

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

 a { background-color: rgb(166,107,88); }

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

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

 span { border-color: rgb(166,107,88); }

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