#AF94AA

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

Shades of London Hue #AF94AA

Tints of London Hue #AF94AA

Color information

#AF94AA (or 0xAF94AA) is unknown color: approx London Hue. HEX triplet: AF, 94 and AA. RGB value is (175,148,170). Sum of RGB (Red+Green+Blue) = 175+148+170=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 175 - color contains mainly: red. Hex color #AF94AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF94AA is #506B55. Grayscale: #9E9E9E. Windows color (decimal): -5270358 or 11179183. OLE color: 11179183.

HSL color Cylindrical-coordinate representation of color #AF94AA: hue angle of 311.11º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AF94AA is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB175148170-
CMYK00.150.030.31
HSL311.11º14.44%63.33%-
HSV(B)311.11º15.43%68.63%-
XYZ35.5233.242.57-
YUV158.58134.45139.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.50%
GREEN value IS 148 (58.20% from 255) = 30.02%
BLUE value IS 170 (66.80% from 255) = 34.48%
R=35.50%
G=30.02%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514817000.150.030.31311.1114.4463.33
HexAF94AA0F31F137e3f
Octal2572242520173374671677
Binary1010111110010100101010100111111111111001101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF94AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF94AA; }

 p { color: rgb(175,148,170); }

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

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

 a { background-color: rgb(175,148,170); }

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

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

 span { border-color: rgb(175,148,170); }

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