#AFAEAE

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

Shades of Dark Gray #AFAEAE

Tints of Dark Gray #AFAEAE

Color information

#AFAEAE (or 0xAFAEAE) is unknown color: approx Dark Gray. HEX triplet: AF, AE and AE. RGB value is (175,174,174). Sum of RGB (Red+Green+Blue) = 175+174+174=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 174 (68.36% from 255 or 33.27% from 523); Blue value is 174 (68.36% from 255 or 33.27% from 523); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAEAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAEAE is #505151. Grayscale: #AEAEAE. Windows color (decimal): -5263698 or 11447983. OLE color: 11447983.

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

Color convert

RGB175174174-
CMYK00.010.010.31
HSL0.62%68.43%-
HSV(B)0.57%68.63%-
XYZ40.4642.4446.1-
YUV174.3127.83128.5-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517417400.010.010.3100.6268.43
HexAFAEAE0111F0144
Octal2572562560113701104
Binary10101111101011101010111001111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAEAE; }

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

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

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

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

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

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

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

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