#AEABAC

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

Shades of Shady Lady #AEABAC

Tints of Shady Lady #AEABAC

Color information

#AEABAC (or 0xAEABAC) is unknown color: approx Shady Lady. HEX triplet: AE, AB and AC. RGB value is (174,171,172). Sum of RGB (Red+Green+Blue) = 174+171+172=517 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.66% from 517); Green value is 171 (67.19% from 255 or 33.08% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 174 - color contains mainly: red. Hex color #AEABAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEABAC is #515453. Grayscale: #ACACAC. Windows color (decimal): -5330004 or 11316142. OLE color: 11316142.

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

Color convert

RGB174171172-
CMYK00.020.010.32
HSL340º1.82%67.65%-
HSV(B)340º1.72%68.24%-
XYZ39.4641.144.88-
YUV172.01127.99129.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.66%
GREEN value IS 171 (67.19% from 255) = 33.08%
BLUE value IS 172 (67.58% from 255) = 33.27%
R=33.66%
G=33.08%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417117200.020.010.323401.8267.65
HexAEABAC02120154244
Octal256253254021405242104
Binary1010111010101011101011000101100000101010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEABAC; }

 p { color: rgb(174,171,172); }

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

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

 a { background-color: rgb(174,171,172); }

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

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

 span { border-color: rgb(174,171,172); }

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