#AE9180

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

Shades of Sandrift #AE9180

Tints of Sandrift #AE9180

Color information

#AE9180 (or 0xAE9180) is unknown color: approx Sandrift. HEX triplet: AE, 91 and 80. RGB value is (174,145,128). Sum of RGB (Red+Green+Blue) = 174+145+128=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 145 (57.03% from 255 or 32.44% from 447); Blue value is 128 (50.39% from 255 or 28.64% from 447); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9180 is #516E7F. Grayscale: #979797. Windows color (decimal): -5336704 or 8425902. OLE color: 8425902.

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

Color convert

RGB174145128-
CMYK00.170.260.32
HSL22.17º22.12%59.22%-
HSV(B)22.17º26.44%68.24%-
XYZ31.4830.8124.71-
YUV151.73114.61143.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.93%
GREEN value IS 145 (57.03% from 255) = 32.44%
BLUE value IS 128 (50.39% from 255) = 28.64%
R=38.93%
G=32.44%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414512800.170.260.3222.1722.1259.22
HexAE91800111A2016163b
Octal2562212000213240262673
Binary101011101001000110000000010001110101000001011010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9180; }

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

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

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

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

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

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

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

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