#AF929E

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

Shades of Shady Lady #AF929E

Tints of Shady Lady #AF929E

Color information

#AF929E (or 0xAF929E) is unknown color: approx Shady Lady. HEX triplet: AF, 92 and 9E. RGB value is (175,146,158). Sum of RGB (Red+Green+Blue) = 175+146+158=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 146 (57.42% from 255 or 30.48% from 479); Blue value is 158 (62.11% from 255 or 32.99% from 479); Max value from RGB is 175 - color contains mainly: red. Hex color #AF929E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF929E is #506D61. Grayscale: #9C9C9C. Windows color (decimal): -5270882 or 10392239. OLE color: 10392239.

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

Color convert

RGB175146158-
CMYK00.170.100.31
HSL335.17º15.34%62.94%-
HSV(B)335.17º16.57%68.63%-
XYZ34.1332.1436.75-
YUV156.04129.11141.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.53%
GREEN value IS 146 (57.42% from 255) = 30.48%
BLUE value IS 158 (62.11% from 255) = 32.99%
R=36.53%
G=30.48%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514615800.170.100.31335.1715.3462.94
HexAF929E011A1F14ff3f
Octal25722223602112375171777
Binary1010111110010010100111100100011010111111010011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF929E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF929E; }

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

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

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

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

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

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

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

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