#AFAAB8

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

Shades of French Grey #AFAAB8

Tints of French Grey #AFAAB8

Color information

#AFAAB8 (or 0xAFAAB8) is unknown color: approx French Grey. HEX triplet: AF, AA and B8. RGB value is (175,170,184). Sum of RGB (Red+Green+Blue) = 175+170+184=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 170 (66.80% from 255 or 32.14% from 529); Blue value is 184 (72.27% from 255 or 34.78% from 529); Max value from RGB is 184 - color contains mainly: blue. Hex color #AFAAB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAAB8 is #505547. Grayscale: #ADADAD. Windows color (decimal): -5264712 or 12102319. OLE color: 12102319.

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

Color convert

RGB175170184-
CMYK0.050.0800.28
HSL261.43º8.97%69.41%-
HSV(B)261.43º7.61%72.16%-
XYZ40.7141.3251.18-
YUV173.09134.16129.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.08%
GREEN value IS 170 (66.80% from 255) = 32.14%
BLUE value IS 184 (72.27% from 255) = 34.78%
R=33.08%
G=32.14%
B=34.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1751701840.050.0800.28261.438.9769.41
HexAFAAB85801C105945
Octal25725227051003440511105
Binary101011111010101010111000101100001110010000010110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAAB8; }

 p { color: rgb(175,170,184); }

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

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

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

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

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

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

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