#AEAFAF

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

Shades of Hit Grey #AEAFAF

Tints of Hit Grey #AEAFAF

Color information

#AEAFAF (or 0xAEAFAF) is unknown color: approx Hit Grey. HEX triplet: AE, AF and AF. RGB value is (174,175,175). Sum of RGB (Red+Green+Blue) = 174+175+175=524 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.21% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #AEAFAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAFAF is #515050. Grayscale: #AEAEAE. Windows color (decimal): -5328977 or 11513774. OLE color: 11513774.

HSL color Cylindrical-coordinate representation of color #AEAFAF: hue angle of 180º 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 #AEAFAF is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB174175175-
CMYK0.01000.31
HSL180º0.62%68.43%-
HSV(B)180º0.57%68.63%-
XYZ40.5242.7546.67-
YUV174.7128.17127.5-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741751750.01000.311800.6268.43
HexAEAFAF1001Fb4144
Octal256257257100372641104
Binary101011101010111110101111100111111011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAFAF; }

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

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

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

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

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

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

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

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