#AF9DAC

Color #AF9DAC London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #AF9DAC

Tints of London Hue #AF9DAC

Color information

#AF9DAC (or 0xAF9DAC) is unknown color: approx London Hue. HEX triplet: AF, 9D and AC. RGB value is (175,157,172). Sum of RGB (Red+Green+Blue) = 175+157+172=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 157 (61.72% from 255 or 31.15% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9DAC is #506253. Grayscale: #A4A4A4. Windows color (decimal): -5268052 or 11312559. OLE color: 11312559.

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

Color convert

RGB175157172-
CMYK00.100.020.31
HSL310º10.11%65.1%-
HSV(B)310º10.29%68.63%-
XYZ37.1836.2144.06-
YUV164.09132.46135.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.72%
GREEN value IS 157 (61.72% from 255) = 31.15%
BLUE value IS 172 (67.58% from 255) = 34.13%
R=34.72%
G=31.15%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515717200.100.020.3131010.1165.1
HexAF9DAC0A21F136a41
Octal25723525401223746612101
Binary10101111100111011010110001010101111110011011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9DAC; }

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

 H1.HeaderClassName
 {
   color: #AF9DAC;
 }
 .AnyTagClassName
 {
   color: #AF9DAC;
 }
</style>
background-color css

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

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

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

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

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

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