#AE7659

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

Shades of Sante Fe #AE7659

Tints of Sante Fe #AE7659

Color information

#AE7659 (or 0xAE7659) is unknown color: approx Sante Fe. HEX triplet: AE, 76 and 59. RGB value is (174,118,89). Sum of RGB (Red+Green+Blue) = 174+118+89=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 89 (35.16% from 255 or 23.36% from 381); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7659 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7659 is #5189A6. Grayscale: #838383. Windows color (decimal): -5343655 or 5863086. OLE color: 5863086.

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

Color convert

RGB17411889-
CMYK00.320.490.32
HSL20.47º34.41%51.57%-
HSV(B)20.47º48.85%68.24%-
XYZ25.7422.6812.47-
YUV131.44104.05158.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.67%
GREEN value IS 118 (46.48% from 255) = 30.97%
BLUE value IS 89 (35.16% from 255) = 23.36%
R=45.67%
G=30.97%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741188900.320.490.3220.4734.4151.57
HexAE76590203120142234
Octal2561661310406140244264
Binary1010111011101101011001010000011000110000010100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7659; }

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

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

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

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

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

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

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

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