#AFAAB7

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

Shades of French Grey #AFAAB7

Tints of French Grey #AFAAB7

Color information

#AFAAB7 (or 0xAFAAB7) is unknown color: approx French Grey. HEX triplet: AF, AA and B7. RGB value is (175,170,183). Sum of RGB (Red+Green+Blue) = 175+170+183=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 170 (66.80% from 255 or 32.20% from 528); Blue value is 183 (71.88% from 255 or 34.66% from 528); Max value from RGB is 183 - color contains mainly: blue. Hex color #AFAAB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAAB7 is #505548. Grayscale: #ACACAC. Windows color (decimal): -5264713 or 12036783. OLE color: 12036783.

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

Color convert

RGB175170183-
CMYK0.040.0700.28
HSL263.08º8.28%69.22%-
HSV(B)263.08º7.1%71.76%-
XYZ40.641.2850.63-
YUV172.98133.66129.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.14%
GREEN value IS 170 (66.80% from 255) = 32.20%
BLUE value IS 183 (71.88% from 255) = 34.66%
R=33.14%
G=32.20%
B=34.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1751701830.040.0700.28263.088.2869.22
HexAFAAB74701C107845
Octal2572522674703440710105
Binary10101111101010101011011110011101110010000011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAAB7; }

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

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

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

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

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

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

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

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