#AE6751

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

Shades of Sante Fe #AE6751

Tints of Sante Fe #AE6751

Color information

#AE6751 (or 0xAE6751) is unknown color: approx Sante Fe. HEX triplet: AE, 67 and 51. RGB value is (174,103,81). Sum of RGB (Red+Green+Blue) = 174+103+81=358 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.60% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 81 (32.03% from 255 or 22.63% from 358); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6751 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6751 is #5198AE. Grayscale: #797979. Windows color (decimal): -5347503 or 5334958. OLE color: 5334958.

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

Color convert

RGB17410381-
CMYK00.410.530.32
HSL14.19º36.47%50%-
HSV(B)14.19º53.45%68.24%-
XYZ23.7919.2910.25-
YUV121.72105.02165.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.60%
GREEN value IS 103 (40.62% from 255) = 28.77%
BLUE value IS 81 (32.03% from 255) = 22.63%
R=48.60%
G=28.77%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741038100.410.530.3214.1936.4750
HexAE67510293520e2432
Octal2561471210516540164462
Binary101011101100111101000101010011101011000001110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6751; }

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

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

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

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

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

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

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

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