#A46450

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

Shades of Sante Fe #A46450

Tints of Sante Fe #A46450

Color information

#A46450 (or 0xA46450) is unknown color: approx Sante Fe. HEX triplet: A4, 64 and 50. RGB value is (164,100,80). Sum of RGB (Red+Green+Blue) = 164+100+80=344 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.67% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 164 - color contains mainly: red. Hex color #A46450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46450 is #5B9BAF. Grayscale: #747474. Windows color (decimal): -6003632 or 5268644. OLE color: 5268644.

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

Color convert

RGB16410080-
CMYK00.390.510.36
HSL14.29º34.43%47.84%-
HSV(B)14.29º51.22%64.31%-
XYZ21.3117.599.86-
YUV116.86107.2161.63-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.67%
GREEN value IS 100 (39.45% from 255) = 29.07%
BLUE value IS 80 (31.64% from 255) = 23.26%
R=47.67%
G=29.07%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641008000.390.510.3614.2934.4347.84
HexA464500273324e2230
Octal2441441200476344164260
Binary101001001100100101000001001111100111001001110100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46450; }

 p { color: rgb(164,100,80); }

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

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

 a { background-color: rgb(164,100,80); }

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

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

 span { border-color: rgb(164,100,80); }

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