#AE9681

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

Shades of Sandrift #AE9681

Tints of Sandrift #AE9681

Color information

#AE9681 (or 0xAE9681) is unknown color: approx Sandrift. HEX triplet: AE, 96 and 81. RGB value is (174,150,129). Sum of RGB (Red+Green+Blue) = 174+150+129=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 150 (58.98% from 255 or 33.11% from 453); Blue value is 129 (50.78% from 255 or 28.48% from 453); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9681 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9681 is #51697E. Grayscale: #9A9A9A. Windows color (decimal): -5335423 or 8492718. OLE color: 8492718.

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

Color convert

RGB174150129-
CMYK00.140.260.32
HSL28º21.74%59.41%-
HSV(B)28º25.86%68.24%-
XYZ32.3232.425.32-
YUV154.78113.45141.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.41%
GREEN value IS 150 (58.98% from 255) = 33.11%
BLUE value IS 129 (50.78% from 255) = 28.48%
R=38.41%
G=33.11%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415012900.140.260.322821.7459.41
HexAE96810E1A201c163b
Octal2562262010163240342673
Binary10101110100101101000000101110110101000001110010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9681; }

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

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

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

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

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

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

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

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