#AE7557

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

Shades of Sante Fe #AE7557

Tints of Sante Fe #AE7557

Color information

#AE7557 (or 0xAE7557) is unknown color: approx Sante Fe. HEX triplet: AE, 75 and 57. RGB value is (174,117,87). Sum of RGB (Red+Green+Blue) = 174+117+87=378 (50% of max value = 765). Red value is 174 (68.36% from 255 or 46.03% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 87 (34.38% from 255 or 23.02% from 378); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7557 is #518AA8. Grayscale: #828282. Windows color (decimal): -5343913 or 5731758. OLE color: 5731758.

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

Color convert

RGB17411787-
CMYK00.330.50.32
HSL20.69º34.94%51.18%-
HSV(B)20.69º50%68.24%-
XYZ25.5422.4112-
YUV130.62103.38158.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.03%
GREEN value IS 117 (46.09% from 255) = 30.95%
BLUE value IS 87 (34.38% from 255) = 23.02%
R=46.03%
G=30.95%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.5
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741178700.330.50.3220.6934.9451.18
HexAE75570213220152333
Octal2561651270416240254363
Binary1010111011101011010111010000111001010000010101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7557; }

 p { color: rgb(174,117,87); }

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

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

 a { background-color: rgb(174,117,87); }

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

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

 span { border-color: rgb(174,117,87); }

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