#A66754

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

Shades of Sante Fe #A66754

Tints of Sante Fe #A66754

Color information

#A66754 (or 0xA66754) is unknown color: approx Sante Fe. HEX triplet: A6, 67 and 54. RGB value is (166,103,84). Sum of RGB (Red+Green+Blue) = 166+103+84=353 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.03% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 84 (33.20% from 255 or 23.80% from 353); Max value from RGB is 166 - color contains mainly: red. Hex color #A66754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66754 is #5998AB. Grayscale: #777777. Windows color (decimal): -5871788 or 5531558. OLE color: 5531558.

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

Color convert

RGB16610384-
CMYK00.380.490.35
HSL13.9º32.8%49.02%-
HSV(B)13.9º49.4%65.1%-
XYZ22.1818.4510.78-
YUV119.67107.87161.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.03%
GREEN value IS 103 (40.62% from 255) = 29.18%
BLUE value IS 84 (33.20% from 255) = 23.80%
R=47.03%
G=29.18%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661038400.380.490.3513.932.849.02
HexA667540263123e2131
Octal2461471240466143164161
Binary101001101100111101010001001101100011000111110100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66754; }

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

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

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

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

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

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

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

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