Html Css Color HEX #AFAAB8 French Grey

📋 copy color: '#AFAAB8'

red 175 ◦ green 170 ◦ blue 184

#AFAAB8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of French Grey #AFAAB8

Tints of French Grey #AFAAB8

RGB

 RED value IS 175 (68.75% from 255) = 33.08%

 GREEN value IS 170 (66.8% 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 value IS 0.05

 M value IS 0.08

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AFAAB8 (or 0xAFAAB8) is known color: 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

RGB 175 170 184 -
CMYK 0.05 0.08 0 0.28
HSL 261.43º 0.09% 0.69% -
HSV(B) 261.43º 0.08% 0.72% -
XYZ 40.71 41.32 51.18 -
YUV 173.09 134.16 129.36 -
System Red Green Blue C M Y K H S L
Decimal 175 170 184 0.05 0.08 0 0.28 261.43 0.09 0.69
Hex AF AA B8 5 8 0 1C 105 9 45
Octal 257 252 270 5 10 0 34 405 11 105
Binary 10101111 10101010 10111000 101 1000 0 11100 100000101 1001 1000101

Color Harmonies of #AFAAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAAB8

Black with #AFAAB8

Text Example


Text Example

White with #AFAAB8

Text Example


Text Example

HTML Codes & Css Web 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>