Html Css Color HEX #AF959F Shady Lady

📋 copy color: '#AF959F'

red 175 ◦ green 149 ◦ blue 159

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

Shades of Shady Lady #AF959F

Tints of Shady Lady #AF959F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.85%

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

R = 36.23%
G = 30.85%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF959F (or 0xAF959F) is known color: Shady Lady. HEX triplet: AF, 95 and 9F. RGB value is (175,149,159). Sum of RGB (Red+Green+Blue) = 175+149+159=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 149 (58.59% from 255 or 30.85% from 483); Blue value is 159 (62.5% from 255 or 32.92% from 483); Max value from RGB is 175 - color contains mainly: red. Hex color #AF959F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF959F is #506A60. Grayscale: #9D9D9D. Windows color (decimal): -5270113 or 10458543. OLE color: 10458543.

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

Color convert

RGB 175 149 159 -
CMYK 0 0.15 0.09 0.31
HSL 336.92º 0.14% 0.64% -
HSV(B) 336.92º 0.15% 0.69% -
XYZ 34.68 33.11 37.36 -
YUV 157.91 128.61 140.19 -
System Red Green Blue C M Y K H S L
Decimal 175 149 159 0 0.15 0.09 0.31 336.92 0.14 0.64
Hex AF 95 9F 0 F 9 1F 151 E 40
Octal 257 225 237 0 17 11 37 521 16 100
Binary 10101111 10010101 10011111 0 1111 1001 11111 101010001 1110 1000000

Color Harmonies of #AF959F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF959F

Black with #AF959F

Text Example


Text Example

White with #AF959F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF959F; }

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

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

background-color css

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

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

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

border-color css

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

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

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