Html Css Color HEX #AFA8AE London Hue

📋 copy color: '#AFA8AE'

red 175 ◦ green 168 ◦ blue 174

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

Shades of London Hue #AFA8AE

Tints of London Hue #AFA8AE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.5%

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

R = 33.85%
G = 32.5%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AFA8AE (or 0xAFA8AE) is known color: London Hue. HEX triplet: AF, A8 and AE. RGB value is (175,168,174). Sum of RGB (Red+Green+Blue) = 175+168+174=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 168 (66.02% from 255 or 32.50% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA8AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA8AE is #505751. Grayscale: #AAAAAA. Windows color (decimal): -5265234 or 11446447. OLE color: 11446447.

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

Color convert

RGB 175 168 174 -
CMYK 0 0.04 0.01 0.31
HSL 308.57º 0.04% 0.67% -
HSV(B) 308.57º 0.04% 0.69% -
XYZ 39.32 40.18 45.73 -
YUV 170.78 129.82 131.01 -
System Red Green Blue C M Y K H S L
Decimal 175 168 174 0 0.04 0.01 0.31 308.57 0.04 0.67
Hex AF A8 AE 0 4 1 1F 135 4 43
Octal 257 250 256 0 4 1 37 465 4 103
Binary 10101111 10101000 10101110 0 100 1 11111 100110101 100 1000011

Color Harmonies of #AFA8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA8AE

Black with #AFA8AE

Text Example


Text Example

White with #AFA8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA8AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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