Html Css Color HEX #AF919D Shady Lady

📋 copy color: '#AF919D'

red 175 ◦ green 145 ◦ blue 157

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

Shades of Shady Lady #AF919D

Tints of Shady Lady #AF919D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.4%

 BLUE value IS 157 (61.72% from 255) = 32.91%

R = 36.69%
G = 30.4%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF919D (or 0xAF919D) is known color: Shady Lady. HEX triplet: AF, 91 and 9D. RGB value is (175,145,157). Sum of RGB (Red+Green+Blue) = 175+145+157=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 145 (57.03% from 255 or 30.40% from 477); Blue value is 157 (61.72% from 255 or 32.91% from 477); Max value from RGB is 175 - color contains mainly: red. Hex color #AF919D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF919D is #506E62. Grayscale: #9B9B9B. Windows color (decimal): -5271139 or 10326447. OLE color: 10326447.

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

Color convert

RGB 175 145 157 -
CMYK 0 0.17 0.10 0.31
HSL 336º 0.16% 0.63% -
HSV(B) 336º 0.17% 0.69% -
XYZ 33.89 31.8 36.25 -
YUV 155.34 128.94 142.02 -
System Red Green Blue C M Y K H S L
Decimal 175 145 157 0 0.17 0.10 0.31 336 0.16 0.63
Hex AF 91 9D 0 11 A 1F 150 10 3F
Octal 257 221 235 0 21 12 37 520 20 77
Binary 10101111 10010001 10011101 0 10001 1010 11111 101010000 10000 111111

Color Harmonies of #AF919D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF919D

Black with #AF919D

Text Example


Text Example

White with #AF919D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF919D; }

 p { color: rgb(175,145,157); }

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

background-color css

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

 a { background-color: rgb(175,145,157); }

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

border-color css

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

 span { border-color: rgb(175,145,157); }

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