#AF8F9E

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

Shades of Shady Lady #AF8F9E

Tints of Shady Lady #AF8F9E

Color information

#AF8F9E (or 0xAF8F9E) is unknown color: approx Shady Lady. HEX triplet: AF, 8F and 9E. RGB value is (175,143,158). Sum of RGB (Red+Green+Blue) = 175+143+158=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 143 (56.25% from 255 or 30.04% from 476); Blue value is 158 (62.11% from 255 or 33.19% from 476); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8F9E is #507061. Grayscale: #9A9A9A. Windows color (decimal): -5271650 or 10391471. OLE color: 10391471.

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

Color convert

RGB175143158-
CMYK00.180.100.31
HSL331.88º16.67%62.35%-
HSV(B)331.88º18.29%68.63%-
XYZ33.6731.2336.6-
YUV154.28130.1142.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.76%
GREEN value IS 143 (56.25% from 255) = 30.04%
BLUE value IS 158 (62.11% from 255) = 33.19%
R=36.76%
G=30.04%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514315800.180.100.31331.8816.6762.35
HexAF8F9E012A1F14c113e
Octal25721723602212375142176
Binary10101111100011111001111001001010101111110100110010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8F9E; }

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

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

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

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

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

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

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

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