Html Css Color HEX #AF949F Shady Lady

📋 copy color: '#AF949F'

red 175 ◦ green 148 ◦ blue 159

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

Shades of Shady Lady #AF949F

Tints of Shady Lady #AF949F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.71%

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

R = 36.31%
G = 30.71%
B = 32.99%

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

#AF949F (or 0xAF949F) is known color: Shady Lady. HEX triplet: AF, 94 and 9F. RGB value is (175,148,159). Sum of RGB (Red+Green+Blue) = 175+148+159=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 148 (58.20% from 255 or 30.71% from 482); Blue value is 159 (62.5% from 255 or 32.99% from 482); Max value from RGB is 175 - color contains mainly: red. Hex color #AF949F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF949F is #506B60. Grayscale: #9D9D9D. Windows color (decimal): -5270369 or 10458287. OLE color: 10458287.

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

Color convert

RGB 175 148 159 -
CMYK 0 0.15 0.09 0.31
HSL 335.56º 0.14% 0.63% -
HSV(B) 335.56º 0.15% 0.69% -
XYZ 34.53 32.8 37.31 -
YUV 157.33 128.95 140.61 -
System Red Green Blue C M Y K H S L
Decimal 175 148 159 0 0.15 0.09 0.31 335.56 0.14 0.63
Hex AF 94 9F 0 F 9 1F 150 E 3F
Octal 257 224 237 0 17 11 37 520 16 77
Binary 10101111 10010100 10011111 0 1111 1001 11111 101010000 1110 111111

Color Harmonies of #AF949F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF949F

Black with #AF949F

Text Example


Text Example

White with #AF949F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF949F; }

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

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

background-color css

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

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

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

border-color css

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

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

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