#A49698

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

Shades of Shady Lady #A49698

Tints of Shady Lady #A49698

Color information

#A49698 (or 0xA49698) is unknown color: approx Shady Lady. HEX triplet: A4, 96 and 98. RGB value is (164,150,152). Sum of RGB (Red+Green+Blue) = 164+150+152=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 152 (59.77% from 255 or 32.62% from 466); Max value from RGB is 164 - color contains mainly: red. Hex color #A49698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49698 is #5B6967. Grayscale: #9A9A9A. Windows color (decimal): -5990760 or 10000036. OLE color: 10000036.

HSL color Cylindrical-coordinate representation of color #A49698: hue angle of 351.43º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A49698 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB164150152-
CMYK00.090.070.36
HSL351.43º7.14%61.57%-
HSV(B)351.43º8.54%64.31%-
XYZ31.8831.9734.2-
YUV154.41126.64134.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.19%
GREEN value IS 150 (58.98% from 255) = 32.19%
BLUE value IS 152 (59.77% from 255) = 32.62%
R=35.19%
G=32.19%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415015200.090.070.36351.437.1461.57
HexA496980972415f73e
Octal244226230011744537776
Binary10100100100101101001100001001111100100101011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49698; }

 p { color: rgb(164,150,152); }

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

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

 a { background-color: rgb(164,150,152); }

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

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

 span { border-color: rgb(164,150,152); }

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