#AF9CAA

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

Shades of London Hue #AF9CAA

Tints of London Hue #AF9CAA

Color information

#AF9CAA (or 0xAF9CAA) is unknown color: approx London Hue. HEX triplet: AF, 9C and AA. RGB value is (175,156,170). Sum of RGB (Red+Green+Blue) = 175+156+170=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 156 (61.33% from 255 or 31.14% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9CAA is #506355. Grayscale: #A3A3A3. Windows color (decimal): -5268310 or 11181231. OLE color: 11181231.

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

Color convert

RGB175156170-
CMYK00.110.030.31
HSL315.79º10.61%64.9%-
HSV(B)315.79º10.86%68.63%-
XYZ36.8235.7943-
YUV163.28131.79136.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.93%
GREEN value IS 156 (61.33% from 255) = 31.14%
BLUE value IS 170 (66.80% from 255) = 33.93%
R=34.93%
G=31.14%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515617000.110.030.31315.7910.6164.9
HexAF9CAA0B31F13cb41
Octal25723425201333747413101
Binary10101111100111001010101001011111111110011110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9CAA; }

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

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

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

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

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

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

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

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