#AE6250

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

Shades of Sante Fe #AE6250

Tints of Sante Fe #AE6250

Color information

#AE6250 (or 0xAE6250) is unknown color: approx Sante Fe. HEX triplet: AE, 62 and 50. RGB value is (174,98,80). Sum of RGB (Red+Green+Blue) = 174+98+80=352 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.43% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6250 is #519DAF. Grayscale: #767676. Windows color (decimal): -5348784 or 5268142. OLE color: 5268142.

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

Color convert

RGB1749880-
CMYK00.440.540.32
HSL11.49º37.01%49.8%-
HSV(B)11.49º54.02%68.24%-
XYZ23.2718.319.9-
YUV118.67106.18167.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.43%
GREEN value IS 98 (38.67% from 255) = 27.84%
BLUE value IS 80 (31.64% from 255) = 22.73%
R=49.43%
G=27.84%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174988000.440.540.3211.4937.0149.8
HexAE625002C3620b2532
Octal2561421200546640134562
Binary101011101100010101000001011001101101000001011100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6250; }

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

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

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

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

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

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

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

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