#AE6251

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

Shades of Sante Fe #AE6251

Tints of Sante Fe #AE6251

Color information

#AE6251 (or 0xAE6251) is unknown color: approx Sante Fe. HEX triplet: AE, 62 and 51. RGB value is (174,98,81). Sum of RGB (Red+Green+Blue) = 174+98+81=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 81 (32.03% from 255 or 22.95% from 353); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6251 is #519DAE. Grayscale: #767676. Windows color (decimal): -5348783 or 5333678. OLE color: 5333678.

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

Color convert

RGB1749881-
CMYK00.440.530.32
HSL10.97º36.47%50%-
HSV(B)10.97º53.45%68.24%-
XYZ23.3118.3310.09-
YUV118.79106.68167.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.29%
GREEN value IS 98 (38.67% from 255) = 27.76%
BLUE value IS 81 (32.03% from 255) = 22.95%
R=49.29%
G=27.76%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174988100.440.530.3210.9736.4750
HexAE625102C3520b2432
Octal2561421210546540134462
Binary101011101100010101000101011001101011000001011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6251; }

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

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

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

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

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

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

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

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