#A47353

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

Shades of Sante Fe #A47353

Tints of Sante Fe #A47353

Color information

#A47353 (or 0xA47353) is unknown color: approx Sante Fe. HEX triplet: A4, 73 and 53. RGB value is (164,115,83). Sum of RGB (Red+Green+Blue) = 164+115+83=362 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.30% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 83 (32.81% from 255 or 22.93% from 362); Max value from RGB is 164 - color contains mainly: red. Hex color #A47353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47353 is #5B8CAC. Grayscale: #7E7E7E. Windows color (decimal): -5999789 or 5469092. OLE color: 5469092.

HSL color Cylindrical-coordinate representation of color #A47353: hue angle of 23.7º 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 #A47353 is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB16411583-
CMYK00.300.490.36
HSL23.7º32.79%48.43%-
HSV(B)23.7º49.39%64.31%-
XYZ2320.7810.98-
YUV126103.73155.1-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.30%
GREEN value IS 115 (45.31% from 255) = 31.77%
BLUE value IS 83 (32.81% from 255) = 22.93%
R=45.30%
G=31.77%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641158300.300.490.3623.732.7948.43
HexA4735301E3124182130
Octal2441631230366144304160
Binary101001001110011101001101111011000110010011000100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47353; }

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

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

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

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

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

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

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

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