#AE684D

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

Shades of Sante Fe #AE684D

Tints of Sante Fe #AE684D

Color information

#AE684D (or 0xAE684D) is unknown color: approx Sante Fe. HEX triplet: AE, 68 and 4D. RGB value is (174,104,77). Sum of RGB (Red+Green+Blue) = 174+104+77=355 (47% of max value = 765). Red value is 174 (68.36% from 255 or 49.01% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 77 (30.47% from 255 or 21.69% from 355); Max value from RGB is 174 - color contains mainly: red. Hex color #AE684D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE684D is #5197B2. Grayscale: #7A7A7A. Windows color (decimal): -5347251 or 5073070. OLE color: 5073070.

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

Color convert

RGB17410477-
CMYK00.400.560.32
HSL16.7º38.65%49.22%-
HSV(B)16.7º55.75%68.24%-
XYZ23.7519.449.52-
YUV121.85102.69165.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.01%
GREEN value IS 104 (41.02% from 255) = 29.30%
BLUE value IS 77 (30.47% from 255) = 21.69%
R=49.01%
G=29.30%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741047700.400.560.3216.738.6549.22
HexAE684D0283820112731
Octal2561501150507040214761
Binary1010111011010001001101010100011100010000010001100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE684D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE684D; }

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

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

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

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

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

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

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

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