#AF929C

Color #AF929C Shady Lady (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shady Lady #AF929C

Tints of Shady Lady #AF929C

Color information

#AF929C (or 0xAF929C) is unknown color: approx Shady Lady. HEX triplet: AF, 92 and 9C. RGB value is (175,146,156). Sum of RGB (Red+Green+Blue) = 175+146+156=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 156 (61.33% from 255 or 32.70% from 477); Max value from RGB is 175 - color contains mainly: red. Hex color #AF929C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF929C is #506D63. Grayscale: #9B9B9B. Windows color (decimal): -5270884 or 10261167. OLE color: 10261167.

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

Color convert

RGB175146156-
CMYK00.170.110.31
HSL339.31º15.34%62.94%-
HSV(B)339.31º16.57%68.63%-
XYZ33.9632.0735.85-
YUV155.81128.11141.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.69%
GREEN value IS 146 (57.42% from 255) = 30.61%
BLUE value IS 156 (61.33% from 255) = 32.70%
R=36.69%
G=30.61%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514615600.170.110.31339.3115.3462.94
HexAF929C011B1F153f3f
Octal25722223402113375231777
Binary1010111110010010100111000100011011111111010100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF929C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF929C; }

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

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

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

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

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

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

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

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