#A46B4C

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

Shades of Sante Fe #A46B4C

Tints of Sante Fe #A46B4C

Color information

#A46B4C (or 0xA46B4C) is unknown color: approx Sante Fe. HEX triplet: A4, 6B and 4C. RGB value is (164,107,76). Sum of RGB (Red+Green+Blue) = 164+107+76=347 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.26% from 347); Green value is 107 (42.19% from 255 or 30.84% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 164 - color contains mainly: red. Hex color #A46B4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46B4C is #5B94B3. Grayscale: #787878. Windows color (decimal): -6001844 or 5008292. OLE color: 5008292.

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

Color convert

RGB16410776-
CMYK00.350.540.36
HSL21.14º36.67%47.06%-
HSV(B)21.14º53.66%64.31%-
XYZ21.8718.939.34-
YUV120.51102.88159.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.26%
GREEN value IS 107 (42.19% from 255) = 30.84%
BLUE value IS 76 (30.08% from 255) = 21.90%
R=47.26%
G=30.84%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641077600.350.540.3621.1436.6747.06
HexA46B4C023362415252f
Octal2441531140436644254557
Binary1010010011010111001100010001111011010010010101100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46B4C; }

 p { color: rgb(164,107,76); }

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

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

 a { background-color: rgb(164,107,76); }

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

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

 span { border-color: rgb(164,107,76); }

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