#AE684E

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

Shades of Sante Fe #AE684E

Tints of Sante Fe #AE684E

Color information

#AE684E (or 0xAE684E) is unknown color: approx Sante Fe. HEX triplet: AE, 68 and 4E. RGB value is (174,104,78). Sum of RGB (Red+Green+Blue) = 174+104+78=356 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.88% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 174 - color contains mainly: red. Hex color #AE684E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE684E is #5197B1. Grayscale: #7A7A7A. Windows color (decimal): -5347250 or 5138606. OLE color: 5138606.

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

Color convert

RGB17410478-
CMYK00.400.550.32
HSL16.25º38.1%49.41%-
HSV(B)16.25º55.17%68.24%-
XYZ23.7819.459.71-
YUV121.97103.19165.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.88%
GREEN value IS 104 (41.02% from 255) = 29.21%
BLUE value IS 78 (30.86% from 255) = 21.91%
R=48.88%
G=29.21%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741047800.400.550.3216.2538.149.41
HexAE684E0283720102631
Octal2561501160506740204661
Binary1010111011010001001110010100011011110000010000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE684E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE684E; }

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

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

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

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

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

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

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

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