#AE7554

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

Shades of Sante Fe #AE7554

Tints of Sante Fe #AE7554

Color information

#AE7554 (or 0xAE7554) is unknown color: approx Sante Fe. HEX triplet: AE, 75 and 54. RGB value is (174,117,84). Sum of RGB (Red+Green+Blue) = 174+117+84=375 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.4% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 84 (33.20% from 255 or 22.4% from 375); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7554 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7554 is #518AAB. Grayscale: #828282. Windows color (decimal): -5343916 or 5535150. OLE color: 5535150.

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

Color convert

RGB17411784-
CMYK00.330.520.32
HSL22º35.71%50.59%-
HSV(B)22º51.72%68.24%-
XYZ25.4222.3611.36-
YUV130.28101.88159.18-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.4%
GREEN value IS 117 (46.09% from 255) = 31.2%
BLUE value IS 84 (33.20% from 255) = 22.4%
R=46.4%
G=31.2%
B=22.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741178400.330.520.322235.7150.59
HexAE75540213420162433
Octal2561651240416440264463
Binary1010111011101011010100010000111010010000010110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7554; }

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

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

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

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

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

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

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

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