Html Css Color HEX #AF9FAB London Hue

📋 copy color: '#AF9FAB'

red 175 ◦ green 159 ◦ blue 171

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

Shades of London Hue #AF9FAB

Tints of London Hue #AF9FAB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.49%

 BLUE value IS 171 (67.19% from 255) = 33.86%

R = 34.65%
G = 31.49%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF9FAB (or 0xAF9FAB) is known color: London Hue. HEX triplet: AF, 9F and AB. RGB value is (175,159,171). Sum of RGB (Red+Green+Blue) = 175+159+171=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 159 (62.5% from 255 or 31.49% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9FAB is #506054. Grayscale: #A5A5A5. Windows color (decimal): -5267541 or 11247535. OLE color: 11247535.

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

Color convert

RGB 175 159 171 -
CMYK 0 0.09 0.02 0.31
HSL 315º 0.09% 0.65% -
HSV(B) 315º 0.09% 0.69% -
XYZ 37.43 36.85 43.67 -
YUV 165.15 131.3 135.02 -
System Red Green Blue C M Y K H S L
Decimal 175 159 171 0 0.09 0.02 0.31 315 0.09 0.65
Hex AF 9F AB 0 9 2 1F 13B 9 41
Octal 257 237 253 0 11 2 37 473 11 101
Binary 10101111 10011111 10101011 0 1001 10 11111 100111011 1001 1000001

Color Harmonies of #AF9FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9FAB

Black with #AF9FAB

Text Example


Text Example

White with #AF9FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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