Html Css Color HEX #AFAAAE London Hue

📋 copy color: '#AFAAAE'

red 175 ◦ green 170 ◦ blue 174

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

Shades of London Hue #AFAAAE

Tints of London Hue #AFAAAE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 32.76%

 BLUE value IS 174 (68.36% from 255) = 33.53%

R = 33.72%
G = 32.76%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AFAAAE (or 0xAFAAAE) is known color: London Hue. HEX triplet: AF, AA and AE. RGB value is (175,170,174). Sum of RGB (Red+Green+Blue) = 175+170+174=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 174 (68.36% from 255 or 33.53% from 519); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAAAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAAAE is #505551. Grayscale: #ABABAB. Windows color (decimal): -5264722 or 11446959. OLE color: 11446959.

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

Color convert

RGB 175 170 174 -
CMYK 0 0.03 0.01 0.31
HSL 312º 0.03% 0.68% -
HSV(B) 312º 0.03% 0.69% -
XYZ 39.69 40.92 45.85 -
YUV 171.95 129.16 130.17 -
System Red Green Blue C M Y K H S L
Decimal 175 170 174 0 0.03 0.01 0.31 312 0.03 0.68
Hex AF AA AE 0 3 1 1F 138 3 44
Octal 257 252 256 0 3 1 37 470 3 104
Binary 10101111 10101010 10101110 0 11 1 11111 100111000 11 1000100

Color Harmonies of #AFAAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAAAE

Black with #AFAAAE

Text Example


Text Example

White with #AFAAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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