Html Css Color HEX #AF939E Shady Lady

📋 copy color: '#AF939E'

red 175 ◦ green 147 ◦ blue 158

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

Shades of Shady Lady #AF939E

Tints of Shady Lady #AF939E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 32.92%

R = 36.46%
G = 30.63%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF939E (or 0xAF939E) is known color: Shady Lady. HEX triplet: AF, 93 and 9E. RGB value is (175,147,158). Sum of RGB (Red+Green+Blue) = 175+147+158=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 147 (57.81% from 255 or 30.62% from 480); Blue value is 158 (62.11% from 255 or 32.92% from 480); Max value from RGB is 175 - color contains mainly: red. Hex color #AF939E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF939E is #506C61. Grayscale: #9C9C9C. Windows color (decimal): -5270626 or 10392495. OLE color: 10392495.

HSL color Cylindrical-coordinate representation of color #AF939E: hue angle of 336.43º 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 #AF939E is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 147 158 -
CMYK 0 0.16 0.10 0.31
HSL 336.43º 0.15% 0.63% -
HSV(B) 336.43º 0.16% 0.69% -
XYZ 34.28 32.45 36.8 -
YUV 156.63 128.78 141.11 -
System Red Green Blue C M Y K H S L
Decimal 175 147 158 0 0.16 0.10 0.31 336.43 0.15 0.63
Hex AF 93 9E 0 10 A 1F 150 F 3F
Octal 257 223 236 0 20 12 37 520 17 77
Binary 10101111 10010011 10011110 0 10000 1010 11111 101010000 1111 111111

Color Harmonies of #AF939E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF939E

Black with #AF939E

Text Example


Text Example

White with #AF939E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF939E; }

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

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

background-color css

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

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

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

border-color css

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

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

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