Html Css Color HEX #A8959E Shady Lady

📋 copy color: '#A8959E'

red 168 ◦ green 149 ◦ blue 158

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

Shades of Shady Lady #A8959E

Tints of Shady Lady #A8959E

RGB

 RED value IS 168 (66.02% from 255) = 35.37%

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

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

R = 35.37%
G = 31.37%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.06

 K value IS 0.34

RGB Variations

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

Color information

#A8959E (or 0xA8959E) is known color: Shady Lady. HEX triplet: A8, 95 and 9E. RGB value is (168,149,158). Sum of RGB (Red+Green+Blue) = 168+149+158=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 149 (58.59% from 255 or 31.37% from 475); Blue value is 158 (62.11% from 255 or 33.26% from 475); Max value from RGB is 168 - color contains mainly: red. Hex color #A8959E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8959E is #576A61. Grayscale: #9B9B9B. Windows color (decimal): -5728866 or 10393000. OLE color: 10393000.

HSL color Cylindrical-coordinate representation of color #A8959E: hue angle of 331.58º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A8959E is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 149 158 -
CMYK 0 0.11 0.06 0.34
HSL 331.58º 0.1% 0.62% -
HSV(B) 331.58º 0.11% 0.66% -
XYZ 33.07 32.29 36.84 -
YUV 155.71 129.29 136.77 -
System Red Green Blue C M Y K H S L
Decimal 168 149 158 0 0.11 0.06 0.34 331.58 0.1 0.62
Hex A8 95 9E 0 B 6 22 14C A 3E
Octal 250 225 236 0 13 6 42 514 12 76
Binary 10101000 10010101 10011110 0 1011 110 100010 101001100 1010 111110

Color Harmonies of #A8959E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8959E

Black with #A8959E

Text Example


Text Example

White with #A8959E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8959E; }

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

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

background-color css

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

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

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

border-color css

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

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

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