#AE7351

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

Shades of Sante Fe #AE7351

Tints of Sante Fe #AE7351

Color information

#AE7351 (or 0xAE7351) is unknown color: approx Sante Fe. HEX triplet: AE, 73 and 51. RGB value is (174,115,81). Sum of RGB (Red+Green+Blue) = 174+115+81=370 (49% of max value = 765). Red value is 174 (68.36% from 255 or 47.03% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 81 (32.03% from 255 or 21.89% from 370); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7351 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7351 is #518CAE. Grayscale: #808080. Windows color (decimal): -5344431 or 5338030. OLE color: 5338030.

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

Color convert

RGB17411581-
CMYK00.340.530.32
HSL21.94º36.47%50%-
HSV(B)21.94º53.45%68.24%-
XYZ25.0721.8510.68-
YUV128.76101.05160.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.03%
GREEN value IS 115 (45.31% from 255) = 31.08%
BLUE value IS 81 (32.03% from 255) = 21.89%
R=47.03%
G=31.08%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741158100.340.530.3221.9436.4750
HexAE73510223520162432
Octal2561631210426540264462
Binary1010111011100111010001010001011010110000010110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7351; }

 p { color: rgb(174,115,81); }

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

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

 a { background-color: rgb(174,115,81); }

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

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

 span { border-color: rgb(174,115,81); }

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