Html Css Color HEX #AF8F9E Shady Lady

📋 copy color: '#AF8F9E'

red 175 ◦ green 143 ◦ blue 158

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

Shades of Shady Lady #AF8F9E

Tints of Shady Lady #AF8F9E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.04%

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

R = 36.76%
G = 30.04%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF8F9E (or 0xAF8F9E) is known color: Shady Lady. HEX triplet: AF, 8F and 9E. RGB value is (175,143,158). Sum of RGB (Red+Green+Blue) = 175+143+158=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 143 (56.25% from 255 or 30.04% from 476); Blue value is 158 (62.11% from 255 or 33.19% from 476); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8F9E is #507061. Grayscale: #9A9A9A. Windows color (decimal): -5271650 or 10391471. OLE color: 10391471.

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

Color convert

RGB 175 143 158 -
CMYK 0 0.18 0.10 0.31
HSL 331.88º 0.17% 0.62% -
HSV(B) 331.88º 0.18% 0.69% -
XYZ 33.67 31.23 36.6 -
YUV 154.28 130.1 142.78 -
System Red Green Blue C M Y K H S L
Decimal 175 143 158 0 0.18 0.10 0.31 331.88 0.17 0.62
Hex AF 8F 9E 0 12 A 1F 14C 11 3E
Octal 257 217 236 0 22 12 37 514 21 76
Binary 10101111 10001111 10011110 0 10010 1010 11111 101001100 10001 111110

Color Harmonies of #AF8F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8F9E

Black with #AF8F9E

Text Example


Text Example

White with #AF8F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8F9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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