#AE957C

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

Shades of Sandrift #AE957C

Tints of Sandrift #AE957C

Color information

#AE957C (or 0xAE957C) is unknown color: approx Sandrift. HEX triplet: AE, 95 and 7C. RGB value is (174,149,124). Sum of RGB (Red+Green+Blue) = 174+149+124=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 149 (58.59% from 255 or 33.33% from 447); Blue value is 124 (48.83% from 255 or 27.74% from 447); Max value from RGB is 174 - color contains mainly: red. Hex color #AE957C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE957C is #516A83. Grayscale: #999999. Windows color (decimal): -5335684 or 8164782. OLE color: 8164782.

HSL color Cylindrical-coordinate representation of color #AE957C: hue angle of 30º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AE957C is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB174149124-
CMYK00.140.290.32
HSL30º23.58%58.43%-
HSV(B)30º28.74%68.24%-
XYZ31.8431.9523.56-
YUV153.62111.28142.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.93%
GREEN value IS 149 (58.59% from 255) = 33.33%
BLUE value IS 124 (48.83% from 255) = 27.74%
R=38.93%
G=33.33%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414912400.140.290.323023.5858.43
HexAE957C0E1D201e183a
Octal2562251740163540363072
Binary1010111010010101111110001110111011000001111011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE957C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE957C; }

 p { color: rgb(174,149,124); }

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

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

 a { background-color: rgb(174,149,124); }

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

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

 span { border-color: rgb(174,149,124); }

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