#AE9680

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

Shades of Sandrift #AE9680

Tints of Sandrift #AE9680

Color information

#AE9680 (or 0xAE9680) is unknown color: approx Sandrift. HEX triplet: AE, 96 and 80. RGB value is (174,150,128). Sum of RGB (Red+Green+Blue) = 174+150+128=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 150 (58.98% from 255 or 33.19% from 452); Blue value is 128 (50.39% from 255 or 28.32% from 452); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9680 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9680 is #51697F. Grayscale: #9A9A9A. Windows color (decimal): -5335424 or 8427182. OLE color: 8427182.

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

Color convert

RGB174150128-
CMYK00.140.260.32
HSL28.7º22.12%59.22%-
HSV(B)28.7º26.44%68.24%-
XYZ32.2632.3724.97-
YUV154.67112.95141.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.50%
GREEN value IS 150 (58.98% from 255) = 33.19%
BLUE value IS 128 (50.39% from 255) = 28.32%
R=38.50%
G=33.19%
B=28.32%

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
Decimal17415012800.140.260.3228.722.1259.22
HexAE96800E1A201d163b
Octal2562262000163240352673
Binary10101110100101101000000001110110101000001110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9680; }

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

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

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

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

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

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

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

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