#A66C52

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

Shades of Sante Fe #A66C52

Tints of Sante Fe #A66C52

Color information

#A66C52 (or 0xA66C52) is unknown color: approx Sante Fe. HEX triplet: A6, 6C and 52. RGB value is (166,108,82). Sum of RGB (Red+Green+Blue) = 166+108+82=356 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.63% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 166 - color contains mainly: red. Hex color #A66C52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66C52 is #5993AD. Grayscale: #7A7A7A. Windows color (decimal): -5870510 or 5401766. OLE color: 5401766.

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

Color convert

RGB16610882-
CMYK00.350.510.35
HSL18.57º33.87%48.63%-
HSV(B)18.57º50.6%65.1%-
XYZ22.6119.4410.54-
YUV122.38105.22159.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.63%
GREEN value IS 108 (42.58% from 255) = 30.34%
BLUE value IS 82 (32.42% from 255) = 23.03%
R=46.63%
G=30.34%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661088200.350.510.3518.5733.8748.63
HexA66C520233323132231
Octal2461541220436343234261
Binary1010011011011001010010010001111001110001110011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66C52; }

 p { color: rgb(166,108,82); }

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

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

 a { background-color: rgb(166,108,82); }

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

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

 span { border-color: rgb(166,108,82); }

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