#AE927C

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

Shades of Sandrift #AE927C

Tints of Sandrift #AE927C

Color information

#AE927C (or 0xAE927C) is unknown color: approx Sandrift. HEX triplet: AE, 92 and 7C. RGB value is (174,146,124). Sum of RGB (Red+Green+Blue) = 174+146+124=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 146 (57.42% from 255 or 32.88% from 444); Blue value is 124 (48.83% from 255 or 27.93% from 444); Max value from RGB is 174 - color contains mainly: red. Hex color #AE927C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE927C is #516D83. Grayscale: #979797. Windows color (decimal): -5336452 or 8164014. OLE color: 8164014.

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

Color convert

RGB174146124-
CMYK00.160.290.32
HSL26.4º23.58%58.43%-
HSV(B)26.4º28.74%68.24%-
XYZ31.3731.0123.4-
YUV151.86112.28143.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.19%
GREEN value IS 146 (57.42% from 255) = 32.88%
BLUE value IS 124 (48.83% from 255) = 27.93%
R=39.19%
G=32.88%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414612400.160.290.3226.423.5858.43
HexAE927C0101D201a183a
Octal2562221740203540323072
Binary10101110100100101111100010000111011000001101011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE927C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE927C; }

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

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

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

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

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

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

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

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