Html Css Color HEX #AF939F Shady Lady

📋 copy color: '#AF939F'

red 175 ◦ green 147 ◦ blue 159

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

Shades of Shady Lady #AF939F

Tints of Shady Lady #AF939F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.56%

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

R = 36.38%
G = 30.56%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF939F (or 0xAF939F) is known color: Shady Lady. HEX triplet: AF, 93 and 9F. RGB value is (175,147,159). Sum of RGB (Red+Green+Blue) = 175+147+159=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 159 (62.5% from 255 or 33.06% from 481); Max value from RGB is 175 - color contains mainly: red. Hex color #AF939F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF939F is #506C60. Grayscale: #9C9C9C. Windows color (decimal): -5270625 or 10458031. OLE color: 10458031.

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

Color convert

RGB 175 147 159 -
CMYK 0 0.16 0.09 0.31
HSL 334.29º 0.15% 0.63% -
HSV(B) 334.29º 0.16% 0.69% -
XYZ 34.37 32.48 37.26 -
YUV 156.74 129.28 141.02 -
System Red Green Blue C M Y K H S L
Decimal 175 147 159 0 0.16 0.09 0.31 334.29 0.15 0.63
Hex AF 93 9F 0 10 9 1F 14E F 3F
Octal 257 223 237 0 20 11 37 516 17 77
Binary 10101111 10010011 10011111 0 10000 1001 11111 101001110 1111 111111

Color Harmonies of #AF939F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF939F

Black with #AF939F

Text Example


Text Example

White with #AF939F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF939F; }

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

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

background-color css

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

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

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

border-color css

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

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

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