#A69598

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

Shades of Shady Lady #A69598

Tints of Shady Lady #A69598

Color information

#A69598 (or 0xA69598) is unknown color: approx Shady Lady. HEX triplet: A6, 95 and 98. RGB value is (166,149,152). Sum of RGB (Red+Green+Blue) = 166+149+152=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 149 (58.59% from 255 or 31.91% from 467); Blue value is 152 (59.77% from 255 or 32.55% from 467); Max value from RGB is 166 - color contains mainly: red. Hex color #A69598 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69598 is #596A67. Grayscale: #9A9A9A. Windows color (decimal): -5859944 or 9999782. OLE color: 9999782.

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

Color convert

RGB166149152-
CMYK00.100.080.35
HSL349.41º8.72%61.76%-
HSV(B)349.41º10.24%65.1%-
XYZ32.1431.8734.16-
YUV154.42126.63136.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.55%
GREEN value IS 149 (58.59% from 255) = 31.91%
BLUE value IS 152 (59.77% from 255) = 32.55%
R=35.55%
G=31.91%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614915200.100.080.35349.418.7261.76
HexA695980A82315d93e
Octal24622523001210435351176
Binary1010011010010101100110000101010001000111010111011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69598; }

 p { color: rgb(166,149,152); }

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

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

 a { background-color: rgb(166,149,152); }

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

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

 span { border-color: rgb(166,149,152); }

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