#A46852

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

Shades of Sante Fe #A46852

Tints of Sante Fe #A46852

Color information

#A46852 (or 0xA46852) is unknown color: approx Sante Fe. HEX triplet: A4, 68 and 52. RGB value is (164,104,82). Sum of RGB (Red+Green+Blue) = 164+104+82=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 104 (41.02% from 255 or 29.71% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 164 - color contains mainly: red. Hex color #A46852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46852 is #5B97AD. Grayscale: #777777. Windows color (decimal): -6002606 or 5400740. OLE color: 5400740.

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

Color convert

RGB16410482-
CMYK00.370.50.36
HSL16.1º33.33%48.24%-
HSV(B)16.1º50%64.31%-
XYZ21.7818.410.39-
YUV119.43106.88159.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.86%
GREEN value IS 104 (41.02% from 255) = 29.71%
BLUE value IS 82 (32.42% from 255) = 23.43%
R=46.86%
G=29.71%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.5
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641048200.370.50.3616.133.3348.24
HexA468520253224102130
Octal2441501220456244204160
Binary1010010011010001010010010010111001010010010000100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46852; }

 p { color: rgb(164,104,82); }

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

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

 a { background-color: rgb(164,104,82); }

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

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

 span { border-color: rgb(164,104,82); }

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