Html Css Color HEX #AF959E Shady Lady

📋 copy color: '#AF959E'

red 175 ◦ green 149 ◦ blue 158

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

Shades of Shady Lady #AF959E

Tints of Shady Lady #AF959E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.91%

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

R = 36.31%
G = 30.91%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF959E (or 0xAF959E) is known color: Shady Lady. HEX triplet: AF, 95 and 9E. RGB value is (175,149,158). Sum of RGB (Red+Green+Blue) = 175+149+158=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 149 (58.59% from 255 or 30.91% from 482); Blue value is 158 (62.11% from 255 or 32.78% from 482); Max value from RGB is 175 - color contains mainly: red. Hex color #AF959E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF959E is #506A61. Grayscale: #9D9D9D. Windows color (decimal): -5270114 or 10393007. OLE color: 10393007.

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

Color convert

RGB 175 149 158 -
CMYK 0 0.15 0.10 0.31
HSL 339.23º 0.14% 0.64% -
HSV(B) 339.23º 0.15% 0.69% -
XYZ 34.6 33.08 36.91 -
YUV 157.8 128.11 140.27 -
System Red Green Blue C M Y K H S L
Decimal 175 149 158 0 0.15 0.10 0.31 339.23 0.14 0.64
Hex AF 95 9E 0 F A 1F 153 E 40
Octal 257 225 236 0 17 12 37 523 16 100
Binary 10101111 10010101 10011110 0 1111 1010 11111 101010011 1110 1000000

Color Harmonies of #AF959E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF959E

Black with #AF959E

Text Example


Text Example

White with #AF959E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF959E; }

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

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

background-color css

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

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

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

border-color css

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

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

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