Html Css Color HEX #AF909F Shady Lady

📋 copy color: '#AF909F'

red 175 ◦ green 144 ◦ blue 159

#AF909F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shady Lady #AF909F

Tints of Shady Lady #AF909F

RGB

 RED value IS 175 (68.75% from 255) = 36.61%

 GREEN value IS 144 (56.64% from 255) = 30.13%

 BLUE value IS 159 (62.5% from 255) = 33.26%

R = 36.61%
G = 30.13%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF909F (or 0xAF909F) is known color: Shady Lady. HEX triplet: AF, 90 and 9F. RGB value is (175,144,159). Sum of RGB (Red+Green+Blue) = 175+144+159=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 144 (56.64% from 255 or 30.13% from 478); Blue value is 159 (62.5% from 255 or 33.26% from 478); Max value from RGB is 175 - color contains mainly: red. Hex color #AF909F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF909F is #506F60. Grayscale: #9A9A9A. Windows color (decimal): -5271393 or 10457263. OLE color: 10457263.

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

Color convert

RGB 175 144 159 -
CMYK 0 0.18 0.09 0.31
HSL 330.97º 0.16% 0.63% -
HSV(B) 330.97º 0.18% 0.69% -
XYZ 33.91 31.56 37.11 -
YUV 154.98 130.27 142.28 -
System Red Green Blue C M Y K H S L
Decimal 175 144 159 0 0.18 0.09 0.31 330.97 0.16 0.63
Hex AF 90 9F 0 12 9 1F 14B 10 3F
Octal 257 220 237 0 22 11 37 513 20 77
Binary 10101111 10010000 10011111 0 10010 1001 11111 101001011 10000 111111

Color Harmonies of #AF909F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF909F

Black with #AF909F

Text Example


Text Example

White with #AF909F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF909F; }

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

 H1.HeaderClassName
 {
   color: #AF909F;
 }
 .AnyTagClassName
 {
   color: #AF909F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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