#AE6750

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

Shades of Sante Fe #AE6750

Tints of Sante Fe #AE6750

Color information

#AE6750 (or 0xAE6750) is unknown color: approx Sante Fe. HEX triplet: AE, 67 and 50. RGB value is (174,103,80). Sum of RGB (Red+Green+Blue) = 174+103+80=357 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.74% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6750 is #5198AF. Grayscale: #797979. Windows color (decimal): -5347504 or 5269422. OLE color: 5269422.

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

Color convert

RGB17410380-
CMYK00.410.540.32
HSL14.68º37.01%49.8%-
HSV(B)14.68º54.02%68.24%-
XYZ23.7519.2810.06-
YUV121.61104.52165.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.74%
GREEN value IS 103 (40.62% from 255) = 28.85%
BLUE value IS 80 (31.64% from 255) = 22.41%
R=48.74%
G=28.85%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741038000.410.540.3214.6837.0149.8
HexAE67500293620f2532
Octal2561471200516640174562
Binary101011101100111101000001010011101101000001111100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6750; }

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

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

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

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

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

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

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

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