#AE9081

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

Shades of Sandrift #AE9081

Tints of Sandrift #AE9081

Color information

#AE9081 (or 0xAE9081) is unknown color: approx Sandrift. HEX triplet: AE, 90 and 81. RGB value is (174,144,129). Sum of RGB (Red+Green+Blue) = 174+144+129=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 144 (56.64% from 255 or 32.21% from 447); Blue value is 129 (50.78% from 255 or 28.86% from 447); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9081 is #516F7E. Grayscale: #979797. Windows color (decimal): -5336959 or 8491182. OLE color: 8491182.

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

Color convert

RGB174144129-
CMYK00.170.260.32
HSL20º21.74%59.41%-
HSV(B)20º25.86%68.24%-
XYZ31.3930.5325.01-
YUV151.26115.44144.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.93%
GREEN value IS 144 (56.64% from 255) = 32.21%
BLUE value IS 129 (50.78% from 255) = 28.86%
R=38.93%
G=32.21%
B=28.86%

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
Decimal17414412900.170.260.322021.7459.41
HexAE90810111A2014163b
Octal2562202010213240242673
Binary101011101001000010000001010001110101000001010010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9081; }

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

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

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

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

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

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

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

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