Html Css Color HEX #AF9FAC London Hue

📋 copy color: '#AF9FAC'

red 175 ◦ green 159 ◦ blue 172

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

Shades of London Hue #AF9FAC

Tints of London Hue #AF9FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.99%

R = 34.58%
G = 31.42%
B = 33.99%

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

#AF9FAC (or 0xAF9FAC) is known color: London Hue. HEX triplet: AF, 9F and AC. RGB value is (175,159,172). Sum of RGB (Red+Green+Blue) = 175+159+172=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 159 (62.5% from 255 or 31.42% from 506); Blue value is 172 (67.58% from 255 or 33.99% from 506); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9FAC is #506053. Grayscale: #A5A5A5. Windows color (decimal): -5267540 or 11313071. OLE color: 11313071.

HSL color Cylindrical-coordinate representation of color #AF9FAC: hue angle of 311.25º 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 #AF9FAC is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 159 172 -
CMYK 0 0.09 0.02 0.31
HSL 311.25º 0.09% 0.65% -
HSV(B) 311.25º 0.09% 0.69% -
XYZ 37.52 36.89 44.17 -
YUV 165.27 131.8 134.94 -
System Red Green Blue C M Y K H S L
Decimal 175 159 172 0 0.09 0.02 0.31 311.25 0.09 0.65
Hex AF 9F AC 0 9 2 1F 137 9 41
Octal 257 237 254 0 11 2 37 467 11 101
Binary 10101111 10011111 10101100 0 1001 10 11111 100110111 1001 1000001

Color Harmonies of #AF9FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9FAC

Black with #AF9FAC

Text Example


Text Example

White with #AF9FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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