#A66A48

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

Shades of Sante Fe #A66A48

Tints of Sante Fe #A66A48

Color information

#A66A48 (or 0xA66A48) is unknown color: approx Sante Fe. HEX triplet: A6, 6A and 48. RGB value is (166,106,72). Sum of RGB (Red+Green+Blue) = 166+106+72=344 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.26% from 344); Green value is 106 (41.80% from 255 or 30.81% from 344); Blue value is 72 (28.52% from 255 or 20.93% from 344); Max value from RGB is 166 - color contains mainly: red. Hex color #A66A48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66A48 is #5995B7. Grayscale: #787878. Windows color (decimal): -5871032 or 4745894. OLE color: 4745894.

HSL color Cylindrical-coordinate representation of color #A66A48: hue angle of 21.7º 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 #A66A48 is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB16610672-
CMYK00.360.570.35
HSL21.7º39.5%46.67%-
HSV(B)21.7º56.63%65.1%-
XYZ22.0518.888.61-
YUV120.06100.88160.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.26%
GREEN value IS 106 (41.80% from 255) = 30.81%
BLUE value IS 72 (28.52% from 255) = 20.93%
R=48.26%
G=30.81%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661067200.360.570.3521.739.546.67
HexA66A48024392316272f
Octal2461521100447143264757
Binary1010011011010101001000010010011100110001110110100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66A48; }

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

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

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

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

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

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

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

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