Html Css Color HEX #AFA2AF London Hue

📋 copy color: '#AFA2AF'

red 175 ◦ green 162 ◦ blue 175

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

Shades of London Hue #AFA2AF

Tints of London Hue #AFA2AF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.64%

 BLUE value IS 175 (68.75% from 255) = 34.18%

R = 34.18%
G = 31.64%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AFA2AF (or 0xAFA2AF) is known color: London Hue. HEX triplet: AF, A2 and AF. RGB value is (175,162,175). Sum of RGB (Red+Green+Blue) = 175+162+175=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 162 (63.67% from 255 or 31.64% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AFA2AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA2AF is #505D50. Grayscale: #A7A7A7. Windows color (decimal): -5266769 or 11510447. OLE color: 11510447.

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

Color convert

RGB 175 162 175 -
CMYK 0 0.07 0 0.31
HSL 300º 0.08% 0.66% -
HSV(B) 300º 0.07% 0.69% -
XYZ 38.34 38.05 45.88 -
YUV 167.37 132.31 133.44 -
System Red Green Blue C M Y K H S L
Decimal 175 162 175 0 0.07 0 0.31 300 0.08 0.66
Hex AF A2 AF 0 7 0 1F 12C 8 42
Octal 257 242 257 0 7 0 37 454 10 102
Binary 10101111 10100010 10101111 0 111 0 11111 100101100 1000 1000010

Color Harmonies of #AFA2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA2AF

Black with #AFA2AF

Text Example


Text Example

White with #AFA2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA2AF; }

 p { color: rgb(175,162,175); }

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

background-color css

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

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

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

border-color css

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

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

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