#AE684B

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

Shades of Sante Fe #AE684B

Tints of Sante Fe #AE684B

Color information

#AE684B (or 0xAE684B) is unknown color: approx Sante Fe. HEX triplet: AE, 68 and 4B. RGB value is (174,104,75). Sum of RGB (Red+Green+Blue) = 174+104+75=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 174 - color contains mainly: red. Hex color #AE684B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE684B is #5197B4. Grayscale: #797979. Windows color (decimal): -5347253 or 4941998. OLE color: 4941998.

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

Color convert

RGB17410475-
CMYK00.400.570.32
HSL17.58º39.76%48.82%-
HSV(B)17.58º56.9%68.24%-
XYZ23.6819.419.15-
YUV121.62101.69165.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.29%
GREEN value IS 104 (41.02% from 255) = 29.46%
BLUE value IS 75 (29.69% from 255) = 21.25%
R=49.29%
G=29.46%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741047500.400.570.3217.5839.7648.82
HexAE684B0283920122831
Octal2561501130507140225061
Binary1010111011010001001011010100011100110000010010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE684B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE684B; }

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

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

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

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

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

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

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

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