#A66352

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

Shades of Sante Fe #A66352

Tints of Sante Fe #A66352

Color information

#A66352 (or 0xA66352) is unknown color: approx Sante Fe. HEX triplet: A6, 63 and 52. RGB value is (166,99,82). Sum of RGB (Red+Green+Blue) = 166+99+82=347 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.84% from 347); Green value is 99 (39.06% from 255 or 28.53% from 347); Blue value is 82 (32.42% from 255 or 23.63% from 347); Max value from RGB is 166 - color contains mainly: red. Hex color #A66352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66352 is #599CAD. Grayscale: #757575. Windows color (decimal): -5872814 or 5399462. OLE color: 5399462.

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

Color convert

RGB1669982-
CMYK00.400.510.35
HSL12.14º33.87%48.63%-
HSV(B)12.14º50.6%65.1%-
XYZ21.7117.6410.24-
YUV117.1108.2162.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.84%
GREEN value IS 99 (39.06% from 255) = 28.53%
BLUE value IS 82 (32.42% from 255) = 23.63%
R=47.84%
G=28.53%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166998200.400.510.3512.1433.8748.63
HexA663520283323c2231
Octal2461431220506343144261
Binary101001101100011101001001010001100111000111100100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66352; }

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

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

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

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

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

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

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

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