#AFA7A7

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

Shades of Dark Gray #AFA7A7

Tints of Dark Gray #AFA7A7

Color information

#AFA7A7 (or 0xAFA7A7) is unknown color: approx Dark Gray. HEX triplet: AF, A7 and A7. RGB value is (175,167,167). Sum of RGB (Red+Green+Blue) = 175+167+167=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 167 (65.62% from 255 or 32.81% from 509); Blue value is 167 (65.62% from 255 or 32.81% from 509); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA7A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA7A7 is #505858. Grayscale: #A9A9A9. Windows color (decimal): -5265497 or 10987439. OLE color: 10987439.

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

Color convert

RGB175167167-
CMYK00.050.050.31
HSL4.76%67.06%-
HSV(B)4.57%68.63%-
XYZ38.4739.5442.16-
YUV169.39126.65132-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.38%
GREEN value IS 167 (65.62% from 255) = 32.81%
BLUE value IS 167 (65.62% from 255) = 32.81%
R=34.38%
G=32.81%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516716700.050.050.3104.7667.06
HexAFA7A70551F0543
Octal2572472470553705103
Binary10101111101001111010011101011011111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA7A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA7A7; }

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

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

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

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

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

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

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

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