#A69298

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

Shades of Shady Lady #A69298

Tints of Shady Lady #A69298

Color information

#A69298 (or 0xA69298) is unknown color: approx Shady Lady. HEX triplet: A6, 92 and 98. RGB value is (166,146,152). Sum of RGB (Red+Green+Blue) = 166+146+152=464 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.78% from 464); Green value is 146 (57.42% from 255 or 31.47% from 464); Blue value is 152 (59.77% from 255 or 32.76% from 464); Max value from RGB is 166 - color contains mainly: red. Hex color #A69298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69298 is #596D67. Grayscale: #989898. Windows color (decimal): -5860712 or 9999014. OLE color: 9999014.

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

Color convert

RGB166146152-
CMYK00.120.080.35
HSL342º10.1%61.18%-
HSV(B)342º12.05%65.1%-
XYZ31.6730.9334.01-
YUV152.66127.63137.51-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.78%
GREEN value IS 146 (57.42% from 255) = 31.47%
BLUE value IS 152 (59.77% from 255) = 32.76%
R=35.78%
G=31.47%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614615200.120.080.3534210.161.18
HexA692980C823156a3d
Octal24622223001410435261275
Binary1010011010010010100110000110010001000111010101101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69298; }

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

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

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

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

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

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

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

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