#A6969F

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

Shades of Shady Lady #A6969F

Tints of Shady Lady #A6969F

Color information

#A6969F (or 0xA6969F) is unknown color: approx Shady Lady. HEX triplet: A6, 96 and 9F. RGB value is (166,150,159). Sum of RGB (Red+Green+Blue) = 166+150+159=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 159 (62.5% from 255 or 33.47% from 475); Max value from RGB is 166 - color contains mainly: red. Hex color #A6969F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6969F is #596960. Grayscale: #9B9B9B. Windows color (decimal): -5859681 or 10458790. OLE color: 10458790.

HSL color Cylindrical-coordinate representation of color #A6969F: hue angle of 326.25º degrees, saturation: 0.08, 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 #A6969F is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB166150159-
CMYK00.100.040.35
HSL326.25º8.25%61.96%-
HSV(B)326.25º9.64%65.1%-
XYZ32.8932.4237.33-
YUV155.81129.8135.27-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.95%
GREEN value IS 150 (58.98% from 255) = 31.58%
BLUE value IS 159 (62.5% from 255) = 33.47%
R=34.95%
G=31.58%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615015900.100.040.35326.258.2561.96
HexA6969F0A42314683e
Octal2462262370124435061076
Binary101001101001011010011111010101001000111010001101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6969F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6969F; }

 p { color: rgb(166,150,159); }

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

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

 a { background-color: rgb(166,150,159); }

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

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

 span { border-color: rgb(166,150,159); }

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