#AF929D

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

Shades of Shady Lady #AF929D

Tints of Shady Lady #AF929D

Color information

#AF929D (or 0xAF929D) is unknown color: approx Shady Lady. HEX triplet: AF, 92 and 9D. RGB value is (175,146,157). Sum of RGB (Red+Green+Blue) = 175+146+157=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 146 (57.42% from 255 or 30.54% from 478); Blue value is 157 (61.72% from 255 or 32.85% from 478); Max value from RGB is 175 - color contains mainly: red. Hex color #AF929D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF929D is #506D62. Grayscale: #9B9B9B. Windows color (decimal): -5270883 or 10326703. OLE color: 10326703.

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

Color convert

RGB175146157-
CMYK00.170.100.31
HSL337.24º15.34%62.94%-
HSV(B)337.24º16.57%68.63%-
XYZ34.0432.1136.3-
YUV155.92128.61141.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.61%
GREEN value IS 146 (57.42% from 255) = 30.54%
BLUE value IS 157 (61.72% from 255) = 32.85%
R=36.61%
G=30.54%
B=32.85%

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
Decimal17514615700.170.100.31337.2415.3462.94
HexAF929D011A1F151f3f
Octal25722223502112375211777
Binary1010111110010010100111010100011010111111010100011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF929D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF929D; }

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

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

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

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

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

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

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

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