#AE6853

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

Shades of Sante Fe #AE6853

Tints of Sante Fe #AE6853

Color information

#AE6853 (or 0xAE6853) is unknown color: approx Sante Fe. HEX triplet: AE, 68 and 53. RGB value is (174,104,83). Sum of RGB (Red+Green+Blue) = 174+104+83=361 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.20% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 83 (32.81% from 255 or 22.99% from 361); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6853 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6853 is #5197AC. Grayscale: #7A7A7A. Windows color (decimal): -5347245 or 5466286. OLE color: 5466286.

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

Color convert

RGB17410483-
CMYK00.400.520.32
HSL13.85º35.97%50.39%-
HSV(B)13.85º52.3%68.24%-
XYZ23.9719.5210.69-
YUV122.54105.69164.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.20%
GREEN value IS 104 (41.02% from 255) = 28.81%
BLUE value IS 83 (32.81% from 255) = 22.99%
R=48.20%
G=28.81%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741048300.400.520.3213.8535.9750.39
HexAE68530283420e2432
Octal2561501230506440164462
Binary101011101101000101001101010001101001000001110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6853; }

 p { color: rgb(174,104,83); }

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

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

 a { background-color: rgb(174,104,83); }

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

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

 span { border-color: rgb(174,104,83); }

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