#AE7055

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

Shades of Sante Fe #AE7055

Tints of Sante Fe #AE7055

Color information

#AE7055 (or 0xAE7055) is unknown color: approx Sante Fe. HEX triplet: AE, 70 and 55. RGB value is (174,112,85). Sum of RGB (Red+Green+Blue) = 174+112+85=371 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.90% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 85 (33.59% from 255 or 22.91% from 371); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7055 is #518FAA. Grayscale: #7F7F7F. Windows color (decimal): -5345195 or 5599406. OLE color: 5599406.

HSL color Cylindrical-coordinate representation of color #AE7055: hue angle of 18.2º 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 #AE7055 is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB17411285-
CMYK00.360.510.32
HSL18.2º35.46%50.78%-
HSV(B)18.2º51.15%68.24%-
XYZ24.8921.2411.38-
YUV127.46104.04161.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.90%
GREEN value IS 112 (44.14% from 255) = 30.19%
BLUE value IS 85 (33.59% from 255) = 22.91%
R=46.90%
G=30.19%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741128500.360.510.3218.235.4650.78
HexAE70550243320122333
Octal2561601250446340224363
Binary1010111011100001010101010010011001110000010010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7055; }

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

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

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

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

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

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

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

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