#AF9BAE

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

Shades of London Hue #AF9BAE

Tints of London Hue #AF9BAE

Color information

#AF9BAE (or 0xAF9BAE) is unknown color: approx London Hue. HEX triplet: AF, 9B and AE. RGB value is (175,155,174). Sum of RGB (Red+Green+Blue) = 175+155+174=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 155 (60.94% from 255 or 30.75% from 504); Blue value is 174 (68.36% from 255 or 34.52% from 504); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9BAE is #506451. Grayscale: #A3A3A3. Windows color (decimal): -5268562 or 11443119. OLE color: 11443119.

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

Color convert

RGB175155174-
CMYK00.110.010.31
HSL303º11.11%64.71%-
HSV(B)303º11.43%68.63%-
XYZ37.0435.6144.97-
YUV163.15134.13136.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.72%
GREEN value IS 155 (60.94% from 255) = 30.75%
BLUE value IS 174 (68.36% from 255) = 34.52%
R=34.72%
G=30.75%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515517400.110.010.3130311.1164.71
HexAF9BAE0B11F12fb41
Octal25723325601313745713101
Binary1010111110011011101011100101111111110010111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9BAE; }

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

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

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

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

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

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

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

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