#AE7550

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

Shades of Sante Fe #AE7550

Tints of Sante Fe #AE7550

Color information

#AE7550 (or 0xAE7550) is unknown color: approx Sante Fe. HEX triplet: AE, 75 and 50. RGB value is (174,117,80). Sum of RGB (Red+Green+Blue) = 174+117+80=371 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.90% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7550 is #518AAF. Grayscale: #828282. Windows color (decimal): -5343920 or 5273006. OLE color: 5273006.

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

Color convert

RGB17411780-
CMYK00.330.540.32
HSL23.62º37.01%49.8%-
HSV(B)23.62º54.02%68.24%-
XYZ25.2622.310.56-
YUV129.8299.88159.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.90%
GREEN value IS 117 (46.09% from 255) = 31.54%
BLUE value IS 80 (31.64% from 255) = 21.56%
R=46.90%
G=31.54%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741178000.330.540.3223.6237.0149.8
HexAE75500213620182532
Octal2561651200416640304562
Binary1010111011101011010000010000111011010000011000100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7550; }

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

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

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

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

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

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

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

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