Html Css Color HEX #AFACB4 French Grey

📋 copy color: '#AFACB4'

red 175 ◦ green 172 ◦ blue 180

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

Shades of French Grey #AFACB4

Tints of French Grey #AFACB4

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.64%

 BLUE value IS 180 (70.7% from 255) = 34.16%

R = 33.21%
G = 32.64%
B = 34.16%

CMYK

 C value IS 0.03

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AFACB4 (or 0xAFACB4) is known color: French Grey. HEX triplet: AF, AC and B4. RGB value is (175,172,180). Sum of RGB (Red+Green+Blue) = 175+172+180=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 172 (67.58% from 255 or 32.64% from 527); Blue value is 180 (70.70% from 255 or 34.16% from 527); Max value from RGB is 180 - color contains mainly: blue. Hex color #AFACB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACB4 is #50534B. Grayscale: #ADADAD. Windows color (decimal): -5264204 or 11840687. OLE color: 11840687.

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

Color convert

RGB 175 172 180 -
CMYK 0.03 0.04 0 0.29
HSL 262.5º 0.05% 0.69% -
HSV(B) 262.5º 0.04% 0.71% -
XYZ 40.67 41.91 49.13 -
YUV 173.81 131.49 128.85 -
System Red Green Blue C M Y K H S L
Decimal 175 172 180 0.03 0.04 0 0.29 262.5 0.05 0.69
Hex AF AC B4 3 4 0 1D 106 5 45
Octal 257 254 264 3 4 0 35 406 5 105
Binary 10101111 10101100 10110100 11 100 0 11101 100000110 101 1000101

Color Harmonies of #AFACB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFACB4

Black with #AFACB4

Text Example


Text Example

White with #AFACB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFACB4; }

 p { color: rgb(175,172,180); }

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

background-color css

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

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

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

border-color css

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

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

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