#AF959E

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

Shades of Shady Lady #AF959E

Tints of Shady Lady #AF959E

Color information

#AF959E (or 0xAF959E) is unknown color: approx Shady Lady. HEX triplet: AF, 95 and 9E. RGB value is (175,149,158). Sum of RGB (Red+Green+Blue) = 175+149+158=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 149 (58.59% from 255 or 30.91% from 482); Blue value is 158 (62.11% from 255 or 32.78% from 482); Max value from RGB is 175 - color contains mainly: red. Hex color #AF959E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF959E is #506A61. Grayscale: #9D9D9D. Windows color (decimal): -5270114 or 10393007. OLE color: 10393007.

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

Color convert

RGB175149158-
CMYK00.150.100.31
HSL339.23º13.98%63.53%-
HSV(B)339.23º14.86%68.63%-
XYZ34.633.0836.91-
YUV157.8128.11140.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.31%
GREEN value IS 149 (58.59% from 255) = 30.91%
BLUE value IS 158 (62.11% from 255) = 32.78%
R=36.31%
G=30.91%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514915800.150.100.31339.2313.9863.53
HexAF959E0FA1F153e40
Octal257225236017123752316100
Binary1010111110010101100111100111110101111110101001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF959E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF959E; }

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

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

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

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

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

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

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

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