Html Css Color HEX #AFABB6 French Grey

📋 copy color: '#AFABB6'

red 175 ◦ green 171 ◦ blue 182

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

Shades of French Grey #AFABB6

Tints of French Grey #AFABB6

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.39%

 BLUE value IS 182 (71.48% from 255) = 34.47%

R = 33.14%
G = 32.39%
B = 34.47%

CMYK

 C value IS 0.04

 M value IS 0.06

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AFABB6 (or 0xAFABB6) is known color: French Grey. HEX triplet: AF, AB and B6. RGB value is (175,171,182). Sum of RGB (Red+Green+Blue) = 175+171+182=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 171 (67.19% from 255 or 32.39% from 528); Blue value is 182 (71.48% from 255 or 34.47% from 528); Max value from RGB is 182 - color contains mainly: blue. Hex color #AFABB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFABB6 is #505449. Grayscale: #ADADAD. Windows color (decimal): -5264458 or 11971503. OLE color: 11971503.

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

Color convert

RGB 175 171 182 -
CMYK 0.04 0.06 0 0.29
HSL 261.82º 0.07% 0.69% -
HSV(B) 261.82º 0.06% 0.71% -
XYZ 40.69 41.62 50.14 -
YUV 173.45 132.83 129.11 -
System Red Green Blue C M Y K H S L
Decimal 175 171 182 0.04 0.06 0 0.29 261.82 0.07 0.69
Hex AF AB B6 4 6 0 1D 106 7 45
Octal 257 253 266 4 6 0 35 406 7 105
Binary 10101111 10101011 10110110 100 110 0 11101 100000110 111 1000101

Color Harmonies of #AFABB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFABB6

Black with #AFABB6

Text Example


Text Example

White with #AFABB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFABB6; }

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

 H1.HeaderClassName
 {
   color: #AFABB6;
 }
 .AnyTagClassName
 {
   color: #AFABB6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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