Html Css Color HEX #A0959A Shady Lady

📋 copy color: '#A0959A'

red 160 ◦ green 149 ◦ blue 154

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

Shades of Shady Lady #A0959A

Tints of Shady Lady #A0959A

RGB

 RED value IS 160 (62.89% from 255) = 34.56%

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

 BLUE value IS 154 (60.55% from 255) = 33.26%

R = 34.56%
G = 32.18%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#A0959A (or 0xA0959A) is known color: Shady Lady. HEX triplet: A0, 95 and 9A. RGB value is (160,149,154). Sum of RGB (Red+Green+Blue) = 160+149+154=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 149 (58.59% from 255 or 32.18% from 463); Blue value is 154 (60.55% from 255 or 33.26% from 463); Max value from RGB is 160 - color contains mainly: red. Hex color #A0959A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0959A is #5F6A65. Grayscale: #989898. Windows color (decimal): -6253158 or 10130848. OLE color: 10130848.

HSL color Cylindrical-coordinate representation of color #A0959A: hue angle of 332.73º degrees, saturation: 0.05, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A0959A is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 149 154 -
CMYK 0 0.07 0.04 0.37
HSL 332.73º 0.05% 0.61% -
HSV(B) 332.73º 0.07% 0.63% -
XYZ 31.08 31.3 34.98 -
YUV 152.86 128.64 133.09 -
System Red Green Blue C M Y K H S L
Decimal 160 149 154 0 0.07 0.04 0.37 332.73 0.05 0.61
Hex A0 95 9A 0 7 4 25 14D 5 3D
Octal 240 225 232 0 7 4 45 515 5 75
Binary 10100000 10010101 10011010 0 111 100 100101 101001101 101 111101

Color Harmonies of #A0959A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0959A

Black with #A0959A

Text Example


Text Example

White with #A0959A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0959A; }

 p { color: rgb(160,149,154); }

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

background-color css

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

 a { background-color: rgb(160,149,154); }

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

border-color css

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

 span { border-color: rgb(160,149,154); }

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