#AFABAB

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

Shades of Dark Gray #AFABAB

Tints of Dark Gray #AFABAB

Color information

#AFABAB (or 0xAFABAB) is unknown color: approx Dark Gray. HEX triplet: AF, AB and AB. RGB value is (175,171,171). Sum of RGB (Red+Green+Blue) = 175+171+171=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 171 (67.19% from 255 or 33.08% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 175 - color contains mainly: red. Hex color #AFABAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFABAB is #505454. Grayscale: #ACACAC. Windows color (decimal): -5264469 or 11250607. OLE color: 11250607.

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

Color convert

RGB175171171-
CMYK00.020.020.31
HSL2.44%67.84%-
HSV(B)2.29%68.63%-
XYZ39.5941.1844.39-
YUV172.2127.33130-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.85%
GREEN value IS 171 (67.19% from 255) = 33.08%
BLUE value IS 171 (67.19% from 255) = 33.08%
R=33.85%
G=33.08%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517117100.020.020.3102.4467.84
HexAFABAB0221F0244
Octal2572532530223702104
Binary10101111101010111010101101010111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFABAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFABAB; }

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

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

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

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

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

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

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

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