#A47455

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

Shades of Sante Fe #A47455

Tints of Sante Fe #A47455

Color information

#A47455 (or 0xA47455) is unknown color: approx Sante Fe. HEX triplet: A4, 74 and 55. RGB value is (164,116,85). Sum of RGB (Red+Green+Blue) = 164+116+85=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 164 - color contains mainly: red. Hex color #A47455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47455 is #5B8BAA. Grayscale: #7E7E7E. Windows color (decimal): -5999531 or 5600420. OLE color: 5600420.

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

Color convert

RGB16411685-
CMYK00.290.480.36
HSL23.54º31.73%48.82%-
HSV(B)23.54º48.17%64.31%-
XYZ23.1921.0411.43-
YUV126.82104.4154.52-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.93%
GREEN value IS 116 (45.70% from 255) = 31.78%
BLUE value IS 85 (33.59% from 255) = 23.29%
R=44.93%
G=31.78%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641168500.290.480.3623.5431.7348.82
HexA4745501D3024182031
Octal2441641250356044304061
Binary101001001110100101010101110111000010010011000100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47455; }

 p { color: rgb(164,116,85); }

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

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

 a { background-color: rgb(164,116,85); }

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

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

 span { border-color: rgb(164,116,85); }

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