#AF909B

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

Shades of Shady Lady #AF909B

Tints of Shady Lady #AF909B

Color information

#AF909B (or 0xAF909B) is unknown color: approx Shady Lady. HEX triplet: AF, 90 and 9B. RGB value is (175,144,155). Sum of RGB (Red+Green+Blue) = 175+144+155=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 144 (56.64% from 255 or 30.38% from 474); Blue value is 155 (60.94% from 255 or 32.70% from 474); Max value from RGB is 175 - color contains mainly: red. Hex color #AF909B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF909B is #506F64. Grayscale: #9A9A9A. Windows color (decimal): -5271397 or 10195119. OLE color: 10195119.

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

Color convert

RGB175144155-
CMYK00.180.110.31
HSL338.71º16.23%62.55%-
HSV(B)338.71º17.71%68.63%-
XYZ33.5731.4335.31-
YUV154.52128.27142.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.92%
GREEN value IS 144 (56.64% from 255) = 30.38%
BLUE value IS 155 (60.94% from 255) = 32.70%
R=36.92%
G=30.38%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514415500.180.110.31338.7116.2362.55
HexAF909B012B1F153103f
Octal25722023302213375232077
Binary10101111100100001001101101001010111111110101001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF909B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF909B; }

 p { color: rgb(175,144,155); }

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

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

 a { background-color: rgb(175,144,155); }

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

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

 span { border-color: rgb(175,144,155); }

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