#A46C4F

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

Shades of Sante Fe #A46C4F

Tints of Sante Fe #A46C4F

Color information

#A46C4F (or 0xA46C4F) is unknown color: approx Sante Fe. HEX triplet: A4, 6C and 4F. RGB value is (164,108,79). Sum of RGB (Red+Green+Blue) = 164+108+79=351 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.72% from 351); Green value is 108 (42.58% from 255 or 30.77% from 351); Blue value is 79 (31.25% from 255 or 22.51% from 351); Max value from RGB is 164 - color contains mainly: red. Hex color #A46C4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46C4F is #5B93B0. Grayscale: #797979. Windows color (decimal): -6001585 or 5205156. OLE color: 5205156.

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

Color convert

RGB16410879-
CMYK00.340.520.36
HSL20.47º34.98%47.65%-
HSV(B)20.47º51.83%64.31%-
XYZ22.0819.189.94-
YUV121.44104.05158.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.72%
GREEN value IS 108 (42.58% from 255) = 30.77%
BLUE value IS 79 (31.25% from 255) = 22.51%
R=46.72%
G=30.77%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641087900.340.520.3620.4734.9847.65
HexA46C4F0223424142330
Octal2441541170426444244360
Binary1010010011011001001111010001011010010010010100100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46C4F; }

 p { color: rgb(164,108,79); }

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

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

 a { background-color: rgb(164,108,79); }

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

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

 span { border-color: rgb(164,108,79); }

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