#AE7650

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

Shades of Sante Fe #AE7650

Tints of Sante Fe #AE7650

Color information

#AE7650 (or 0xAE7650) is unknown color: approx Sante Fe. HEX triplet: AE, 76 and 50. RGB value is (174,118,80). Sum of RGB (Red+Green+Blue) = 174+118+80=372 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.77% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 80 (31.64% from 255 or 21.51% from 372); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7650 is #5189AF. Grayscale: #828282. Windows color (decimal): -5343664 or 5273262. OLE color: 5273262.

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

Color convert

RGB17411880-
CMYK00.320.540.32
HSL24.26º37.01%49.8%-
HSV(B)24.26º54.02%68.24%-
XYZ25.3822.5310.6-
YUV130.4199.55159.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.77%
GREEN value IS 118 (46.48% from 255) = 31.72%
BLUE value IS 80 (31.64% from 255) = 21.51%
R=46.77%
G=31.72%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741188000.320.540.3224.2637.0149.8
HexAE76500203620182532
Octal2561661200406640304562
Binary1010111011101101010000010000011011010000011000100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7650; }

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

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

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

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

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

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

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

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