#AE9881

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

Shades of Sandrift #AE9881

Tints of Sandrift #AE9881

Color information

#AE9881 (or 0xAE9881) is unknown color: approx Sandrift. HEX triplet: AE, 98 and 81. RGB value is (174,152,129). Sum of RGB (Red+Green+Blue) = 174+152+129=455 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.24% from 455); Green value is 152 (59.77% from 255 or 33.41% from 455); Blue value is 129 (50.78% from 255 or 28.35% from 455); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9881 is #51677E. Grayscale: #9C9C9C. Windows color (decimal): -5334911 or 8493230. OLE color: 8493230.

HSL color Cylindrical-coordinate representation of color #AE9881: hue angle of 30.67º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AE9881 is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB174152129-
CMYK00.130.260.32
HSL30.67º21.74%59.41%-
HSV(B)30.67º25.86%68.24%-
XYZ32.6533.0425.43-
YUV155.96112.79140.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.24%
GREEN value IS 152 (59.77% from 255) = 33.41%
BLUE value IS 129 (50.78% from 255) = 28.35%
R=38.24%
G=33.41%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415212900.130.260.3230.6721.7459.41
HexAE98810D1A201f163b
Octal2562302010153240372673
Binary10101110100110001000000101101110101000001111110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9881; }

 p { color: rgb(174,152,129); }

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

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

 a { background-color: rgb(174,152,129); }

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

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

 span { border-color: rgb(174,152,129); }

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