#AE6A51

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

Shades of Sante Fe #AE6A51

Tints of Sante Fe #AE6A51

Color information

#AE6A51 (or 0xAE6A51) is unknown color: approx Sante Fe. HEX triplet: AE, 6A and 51. RGB value is (174,106,81). Sum of RGB (Red+Green+Blue) = 174+106+81=361 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.20% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 81 (32.03% from 255 or 22.44% from 361); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6A51 is #5195AE. Grayscale: #7B7B7B. Windows color (decimal): -5346735 or 5335726. OLE color: 5335726.

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

Color convert

RGB17410681-
CMYK00.390.530.32
HSL16.13º36.47%50%-
HSV(B)16.13º53.45%68.24%-
XYZ24.0919.910.36-
YUV123.48104.03164.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.20%
GREEN value IS 106 (41.80% from 255) = 29.36%
BLUE value IS 81 (32.03% from 255) = 22.44%
R=48.20%
G=29.36%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741068100.390.530.3216.1336.4750
HexAE6A510273520102432
Octal2561521210476540204462
Binary1010111011010101010001010011111010110000010000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6A51; }

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

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

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

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

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

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

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

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