#AE9785

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

Shades of Sandrift #AE9785

Tints of Sandrift #AE9785

Color information

#AE9785 (or 0xAE9785) is unknown color: approx Sandrift. HEX triplet: AE, 97 and 85. RGB value is (174,151,133). Sum of RGB (Red+Green+Blue) = 174+151+133=458 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.99% from 458); Green value is 151 (59.38% from 255 or 32.97% from 458); Blue value is 133 (52.34% from 255 or 29.04% from 458); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9785 is #51687A. Grayscale: #9B9B9B. Windows color (decimal): -5335163 or 8755118. OLE color: 8755118.

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

Color convert

RGB174151133-
CMYK00.130.240.32
HSL26.34º20.2%60.2%-
HSV(B)26.34º23.56%68.24%-
XYZ32.7632.8326.8-
YUV155.83115.12140.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.99%
GREEN value IS 151 (59.38% from 255) = 32.97%
BLUE value IS 133 (52.34% from 255) = 29.04%
R=37.99%
G=32.97%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415113300.130.240.3226.3420.260.2
HexAE97850D18201a143c
Octal2562272050153040322474
Binary10101110100101111000010101101110001000001101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9785; }

 p { color: rgb(174,151,133); }

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

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

 a { background-color: rgb(174,151,133); }

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

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

 span { border-color: rgb(174,151,133); }

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