Html Css Color HEX #AF979F Shady Lady

📋 copy color: '#AF979F'

red 175 ◦ green 151 ◦ blue 159

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

Shades of Shady Lady #AF979F

Tints of Shady Lady #AF979F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.13%

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

R = 36.08%
G = 31.13%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF979F (or 0xAF979F) is known color: Shady Lady. HEX triplet: AF, 97 and 9F. RGB value is (175,151,159). Sum of RGB (Red+Green+Blue) = 175+151+159=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 151 (59.38% from 255 or 31.13% from 485); Blue value is 159 (62.5% from 255 or 32.78% from 485); Max value from RGB is 175 - color contains mainly: red. Hex color #AF979F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF979F is #506860. Grayscale: #9F9F9F. Windows color (decimal): -5269601 or 10459055. OLE color: 10459055.

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

Color convert

RGB 175 151 159 -
CMYK 0 0.14 0.09 0.31
HSL 340º 0.13% 0.64% -
HSV(B) 340º 0.14% 0.69% -
XYZ 35 33.75 37.47 -
YUV 159.09 127.95 139.35 -
System Red Green Blue C M Y K H S L
Decimal 175 151 159 0 0.14 0.09 0.31 340 0.13 0.64
Hex AF 97 9F 0 E 9 1F 154 D 40
Octal 257 227 237 0 16 11 37 524 15 100
Binary 10101111 10010111 10011111 0 1110 1001 11111 101010100 1101 1000000

Color Harmonies of #AF979F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF979F

Black with #AF979F

Text Example


Text Example

White with #AF979F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF979F; }

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

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

background-color css

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

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

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

border-color css

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

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

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