#AE7653

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

Shades of Sante Fe #AE7653

Tints of Sante Fe #AE7653

Color information

#AE7653 (or 0xAE7653) is unknown color: approx Sante Fe. HEX triplet: AE, 76 and 53. RGB value is (174,118,83). Sum of RGB (Red+Green+Blue) = 174+118+83=375 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.4% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7653 is #5189AC. Grayscale: #828282. Windows color (decimal): -5343661 or 5469870. OLE color: 5469870.

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

Color convert

RGB17411883-
CMYK00.320.520.32
HSL23.08º35.97%50.39%-
HSV(B)23.08º52.3%68.24%-
XYZ25.522.5811.2-
YUV130.75101.05158.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.4%
GREEN value IS 118 (46.48% from 255) = 31.47%
BLUE value IS 83 (32.81% from 255) = 22.13%
R=46.4%
G=31.47%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741188300.320.520.3223.0835.9750.39
HexAE76530203420172432
Octal2561661230406440274462
Binary1010111011101101010011010000011010010000010111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7653; }

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

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

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

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

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

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

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

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