#AE7655

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

Shades of Sante Fe #AE7655

Tints of Sante Fe #AE7655

Color information

#AE7655 (or 0xAE7655) is unknown color: approx Sante Fe. HEX triplet: AE, 76 and 55. RGB value is (174,118,85). Sum of RGB (Red+Green+Blue) = 174+118+85=377 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.15% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 85 (33.59% from 255 or 22.55% from 377); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7655 is #5189AA. Grayscale: #838383. Windows color (decimal): -5343659 or 5600942. OLE color: 5600942.

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

Color convert

RGB17411885-
CMYK00.320.510.32
HSL22.25º35.46%50.78%-
HSV(B)22.25º51.15%68.24%-
XYZ25.5722.6111.61-
YUV130.98102.05158.68-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.15%
GREEN value IS 118 (46.48% from 255) = 31.30%
BLUE value IS 85 (33.59% from 255) = 22.55%
R=46.15%
G=31.30%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741188500.320.510.3222.2535.4650.78
HexAE76550203320162333
Octal2561661250406340264363
Binary1010111011101101010101010000011001110000010110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7655; }

 p { color: rgb(174,118,85); }

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

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

 a { background-color: rgb(174,118,85); }

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

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

 span { border-color: rgb(174,118,85); }

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