#A46E53

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

Shades of Sante Fe #A46E53

Tints of Sante Fe #A46E53

Color information

#A46E53 (or 0xA46E53) is unknown color: approx Sante Fe. HEX triplet: A4, 6E and 53. RGB value is (164,110,83). Sum of RGB (Red+Green+Blue) = 164+110+83=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 83 (32.81% from 255 or 23.25% from 357); Max value from RGB is 164 - color contains mainly: red. Hex color #A46E53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46E53 is #5B91AC. Grayscale: #7B7B7B. Windows color (decimal): -6001069 or 5467812. OLE color: 5467812.

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

Color convert

RGB16411083-
CMYK00.330.490.36
HSL20º32.79%48.43%-
HSV(B)20º49.39%64.31%-
XYZ22.4519.6710.8-
YUV123.07105.39157.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.94%
GREEN value IS 110 (43.36% from 255) = 30.81%
BLUE value IS 83 (32.81% from 255) = 23.25%
R=45.94%
G=30.81%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641108300.330.490.362032.7948.43
HexA46E530213124142130
Octal2441561230416144244160
Binary1010010011011101010011010000111000110010010100100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46E53; }

 p { color: rgb(164,110,83); }

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

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

 a { background-color: rgb(164,110,83); }

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

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

 span { border-color: rgb(164,110,83); }

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