#AEA1A7

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

Shades of Shady Lady #AEA1A7

Tints of Shady Lady #AEA1A7

Color information

#AEA1A7 (or 0xAEA1A7) is unknown color: approx Shady Lady. HEX triplet: AE, A1 and A7. RGB value is (174,161,167). Sum of RGB (Red+Green+Blue) = 174+161+167=502 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.66% from 502); Green value is 161 (63.28% from 255 or 32.07% from 502); Blue value is 167 (65.62% from 255 or 33.27% from 502); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA1A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA1A7 is #515E58. Grayscale: #A5A5A5. Windows color (decimal): -5332569 or 10985902. OLE color: 10985902.

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

Color convert

RGB174161167-
CMYK00.070.040.32
HSL332.31º7.43%65.69%-
HSV(B)332.31º7.47%68.24%-
XYZ37.1837.2841.8-
YUV165.57128.81134.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.66%
GREEN value IS 161 (63.28% from 255) = 32.07%
BLUE value IS 167 (65.62% from 255) = 33.27%
R=34.66%
G=32.07%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416116700.070.040.32332.317.4365.69
HexAEA1A70742014c742
Octal256241247074405147102
Binary10101110101000011010011101111001000001010011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA1A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA1A7; }

 p { color: rgb(174,161,167); }

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

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

 a { background-color: rgb(174,161,167); }

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

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

 span { border-color: rgb(174,161,167); }

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