#AE6F5C

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

Shades of Sante Fe #AE6F5C

Tints of Sante Fe #AE6F5C

Color information

#AE6F5C (or 0xAE6F5C) is unknown color: approx Sante Fe. HEX triplet: AE, 6F and 5C. RGB value is (174,111,92). Sum of RGB (Red+Green+Blue) = 174+111+92=377 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.15% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6F5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6F5C is #5190A3. Grayscale: #7F7F7F. Windows color (decimal): -5345444 or 6057902. OLE color: 6057902.

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

Color convert

RGB17411192-
CMYK00.360.470.32
HSL13.9º33.61%52.16%-
HSV(B)13.9º47.13%68.24%-
XYZ25.0721.1412.88-
YUV127.67107.87161.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.15%
GREEN value IS 111 (43.75% from 255) = 29.44%
BLUE value IS 92 (36.33% from 255) = 24.40%
R=46.15%
G=29.44%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741119200.360.470.3213.933.6152.16
HexAE6F5C0242F20e2234
Octal2561571340445740164264
Binary101011101101111101110001001001011111000001110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6F5C; }

 p { color: rgb(174,111,92); }

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

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

 a { background-color: rgb(174,111,92); }

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

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

 span { border-color: rgb(174,111,92); }

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