#A46F54

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

Shades of Sante Fe #A46F54

Tints of Sante Fe #A46F54

Color information

#A46F54 (or 0xA46F54) is unknown color: approx Sante Fe. HEX triplet: A4, 6F and 54. RGB value is (164,111,84). Sum of RGB (Red+Green+Blue) = 164+111+84=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 111 (43.75% from 255 or 30.92% from 359); Blue value is 84 (33.20% from 255 or 23.40% from 359); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46F54 is #5B90AB. Grayscale: #7B7B7B. Windows color (decimal): -6000812 or 5533604. OLE color: 5533604.

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

Color convert

RGB16411184-
CMYK00.320.490.36
HSL20.25º32.26%48.63%-
HSV(B)20.25º48.78%64.31%-
XYZ22.5919.911.04-
YUV123.77105.56156.7-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.68%
GREEN value IS 111 (43.75% from 255) = 30.92%
BLUE value IS 84 (33.20% from 255) = 23.40%
R=45.68%
G=30.92%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641118400.320.490.3620.2532.2648.63
HexA46F540203124142031
Octal2441571240406144244061
Binary1010010011011111010100010000011000110010010100100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46F54; }

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

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

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

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

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

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

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

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