#A66748

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

Shades of Sante Fe #A66748

Tints of Sante Fe #A66748

Color information

#A66748 (or 0xA66748) is unknown color: approx Sante Fe. HEX triplet: A6, 67 and 48. RGB value is (166,103,72). Sum of RGB (Red+Green+Blue) = 166+103+72=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A66748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66748 is #5998B7. Grayscale: #767676. Windows color (decimal): -5871800 or 4745126. OLE color: 4745126.

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

Color convert

RGB16610372-
CMYK00.380.570.35
HSL19.79º39.5%46.67%-
HSV(B)19.79º56.63%65.1%-
XYZ21.7518.288.51-
YUV118.3101.87162.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.68%
GREEN value IS 103 (40.62% from 255) = 30.21%
BLUE value IS 72 (28.52% from 255) = 21.11%
R=48.68%
G=30.21%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661037200.380.570.3519.7939.546.67
HexA66748026392314272f
Octal2461471100467143244757
Binary1010011011001111001000010011011100110001110100100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66748; }

 p { color: rgb(166,103,72); }

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

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

 a { background-color: rgb(166,103,72); }

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

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

 span { border-color: rgb(166,103,72); }

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