#A46F4D

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

Shades of Sante Fe #A46F4D

Tints of Sante Fe #A46F4D

Color information

#A46F4D (or 0xA46F4D) is unknown color: approx Sante Fe. HEX triplet: A4, 6F and 4D. RGB value is (164,111,77). Sum of RGB (Red+Green+Blue) = 164+111+77=352 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.59% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46F4D is #5B90B2. Grayscale: #7B7B7B. Windows color (decimal): -6000819 or 5074852. OLE color: 5074852.

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

Color convert

RGB16411177-
CMYK00.320.530.36
HSL23.45º36.1%47.25%-
HSV(B)23.45º53.05%64.31%-
XYZ22.3319.89.67-
YUV122.97102.06157.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.59%
GREEN value IS 111 (43.75% from 255) = 31.53%
BLUE value IS 77 (30.47% from 255) = 21.88%
R=46.59%
G=31.53%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641117700.320.530.3623.4536.147.25
HexA46F4D020352417242f
Octal2441571150406544274457
Binary1010010011011111001101010000011010110010010111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46F4D; }

 p { color: rgb(164,111,77); }

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

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

 a { background-color: rgb(164,111,77); }

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

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

 span { border-color: rgb(164,111,77); }

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