#AF939D

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

Shades of Shady Lady #AF939D

Tints of Shady Lady #AF939D

Color information

#AF939D (or 0xAF939D) is unknown color: approx Shady Lady. HEX triplet: AF, 93 and 9D. RGB value is (175,147,157). Sum of RGB (Red+Green+Blue) = 175+147+157=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 147 (57.81% from 255 or 30.69% from 479); Blue value is 157 (61.72% from 255 or 32.78% from 479); Max value from RGB is 175 - color contains mainly: red. Hex color #AF939D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF939D is #506C62. Grayscale: #9C9C9C. Windows color (decimal): -5270627 or 10326959. OLE color: 10326959.

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

Color convert

RGB175147157-
CMYK00.160.100.31
HSL338.57º14.89%63.14%-
HSV(B)338.57º16%68.63%-
XYZ34.232.4236.35-
YUV156.51128.28141.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.53%
GREEN value IS 147 (57.81% from 255) = 30.69%
BLUE value IS 157 (61.72% from 255) = 32.78%
R=36.53%
G=30.69%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514715700.160.100.31338.5714.8963.14
HexAF939D010A1F153f3f
Octal25722323502012375231777
Binary1010111110010011100111010100001010111111010100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF939D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF939D; }

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

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

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

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

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

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

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

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