#A5949A

Color #A5949A Shady Lady (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shady Lady #A5949A

Tints of Shady Lady #A5949A

Color information

#A5949A (or 0xA5949A) is unknown color: approx Shady Lady. HEX triplet: A5, 94 and 9A. RGB value is (165,148,154). Sum of RGB (Red+Green+Blue) = 165+148+154=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 148 (58.20% from 255 or 31.69% from 467); Blue value is 154 (60.55% from 255 or 32.98% from 467); Max value from RGB is 165 - color contains mainly: red. Hex color #A5949A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5949A is #5A6B65. Grayscale: #999999. Windows color (decimal): -5925734 or 10130597. OLE color: 10130597.

HSL color Cylindrical-coordinate representation of color #A5949A: hue angle of 338.82º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A5949A is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB165148154-
CMYK00.100.070.35
HSL338.82º8.63%61.37%-
HSV(B)338.82º10.3%64.71%-
XYZ31.9431.5134.97-
YUV153.77128.13136.01-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.33%
GREEN value IS 148 (58.20% from 255) = 31.69%
BLUE value IS 154 (60.55% from 255) = 32.98%
R=35.33%
G=31.69%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514815400.100.070.35338.828.6361.37
HexA5949A0A72315393d
Octal2452242320127435231175
Binary101001011001010010011010010101111000111010100111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5949A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5949A; }

 p { color: rgb(165,148,154); }

 H1.HeaderClassName
 {
   color: #A5949A;
 }
 .AnyTagClassName
 {
   color: #A5949A;
 }
</style>
background-color css

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

 a { background-color: rgb(165,148,154); }

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

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

 span { border-color: rgb(165,148,154); }

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