#AEAEAF

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

Shades of Spun Pearl #AEAEAF

Tints of Spun Pearl #AEAEAF

Color information

#AEAEAF (or 0xAEAEAF) is unknown color: approx Spun Pearl. HEX triplet: AE, AE and AF. RGB value is (174,174,175). Sum of RGB (Red+Green+Blue) = 174+174+175=523 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.27% from 523); Green value is 174 (68.36% from 255 or 33.27% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 175 - color contains mainly: blue. Hex color #AEAEAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAEAF is #515150. Grayscale: #AEAEAE. Windows color (decimal): -5329233 or 11513518. OLE color: 11513518.

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

Color convert

RGB174174175-
CMYK0.010.0100.31
HSL240º0.62%68.43%-
HSV(B)240º0.57%68.63%-
XYZ40.3342.3746.61-
YUV174.11128.5127.92-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.27%
GREEN value IS 174 (68.36% from 255) = 33.27%
BLUE value IS 175 (68.75% from 255) = 33.46%
R=33.27%
G=33.27%
B=33.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741741750.010.0100.312400.6268.43
HexAEAEAF1101Ff0144
Octal256256257110373601104
Binary101011101010111010101111110111111111000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAEAF; }

 p { color: rgb(174,174,175); }

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

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

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

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

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

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

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