#AE6A4E

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

Shades of Sante Fe #AE6A4E

Tints of Sante Fe #AE6A4E

Color information

#AE6A4E (or 0xAE6A4E) is unknown color: approx Sante Fe. HEX triplet: AE, 6A and 4E. RGB value is (174,106,78). Sum of RGB (Red+Green+Blue) = 174+106+78=358 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.60% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 78 (30.86% from 255 or 21.79% from 358); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6A4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6A4E is #5195B1. Grayscale: #7B7B7B. Windows color (decimal): -5346738 or 5139118. OLE color: 5139118.

HSL color Cylindrical-coordinate representation of color #AE6A4E: hue angle of 17.5º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AE6A4E is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB17410678-
CMYK00.390.550.32
HSL17.5º38.1%49.41%-
HSV(B)17.5º55.17%68.24%-
XYZ23.9819.869.78-
YUV123.14102.53164.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.60%
GREEN value IS 106 (41.80% from 255) = 29.61%
BLUE value IS 78 (30.86% from 255) = 21.79%
R=48.60%
G=29.61%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741067800.390.550.3217.538.149.41
HexAE6A4E0273720122631
Octal2561521160476740224661
Binary1010111011010101001110010011111011110000010010100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6A4E; }

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

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

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

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

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

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

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

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