Html Css Color HEX #AF989F Shady Lady

📋 copy color: '#AF989F'

red 175 ◦ green 152 ◦ blue 159

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

Shades of Shady Lady #AF989F

Tints of Shady Lady #AF989F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.28%

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

R = 36.01%
G = 31.28%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF989F (or 0xAF989F) is known color: Shady Lady. HEX triplet: AF, 98 and 9F. RGB value is (175,152,159). Sum of RGB (Red+Green+Blue) = 175+152+159=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 152 (59.77% from 255 or 31.28% from 486); Blue value is 159 (62.5% from 255 or 32.72% from 486); Max value from RGB is 175 - color contains mainly: red. Hex color #AF989F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF989F is #506760. Grayscale: #9F9F9F. Windows color (decimal): -5269345 or 10459311. OLE color: 10459311.

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

Color convert

RGB 175 152 159 -
CMYK 0 0.13 0.09 0.31
HSL 341.74º 0.13% 0.64% -
HSV(B) 341.74º 0.13% 0.69% -
XYZ 35.17 34.07 37.52 -
YUV 159.68 127.62 138.93 -
System Red Green Blue C M Y K H S L
Decimal 175 152 159 0 0.13 0.09 0.31 341.74 0.13 0.64
Hex AF 98 9F 0 D 9 1F 156 D 40
Octal 257 230 237 0 15 11 37 526 15 100
Binary 10101111 10011000 10011111 0 1101 1001 11111 101010110 1101 1000000

Color Harmonies of #AF989F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF989F

Black with #AF989F

Text Example


Text Example

White with #AF989F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF989F; }

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

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

background-color css

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

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

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

border-color css

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

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

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