#A46649

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

Shades of Sante Fe #A46649

Tints of Sante Fe #A46649

Color information

#A46649 (or 0xA46649) is unknown color: approx Sante Fe. HEX triplet: A4, 66 and 49. RGB value is (164,102,73). Sum of RGB (Red+Green+Blue) = 164+102+73=339 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.38% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 164 - color contains mainly: red. Hex color #A46649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46649 is #5B99B6. Grayscale: #757575. Windows color (decimal): -6003127 or 4810404. OLE color: 4810404.

HSL color Cylindrical-coordinate representation of color #A46649: hue angle of 19.12º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A46649 is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB16410273-
CMYK00.380.550.36
HSL19.12º38.4%46.47%-
HSV(B)19.12º55.49%64.31%-
XYZ21.2617.888.63-
YUV117.23103.04161.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.38%
GREEN value IS 102 (40.23% from 255) = 30.09%
BLUE value IS 73 (28.91% from 255) = 21.53%
R=48.38%
G=30.09%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641027300.380.550.3619.1238.446.47
HexA46649026372413262e
Octal2441461110466744234656
Binary1010010011001101001001010011011011110010010011100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46649; }

 p { color: rgb(164,102,73); }

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

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

 a { background-color: rgb(164,102,73); }

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

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

 span { border-color: rgb(164,102,73); }

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