#A29498

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

Shades of Shady Lady #A29498

Tints of Shady Lady #A29498

Color information

#A29498 (or 0xA29498) is unknown color: approx Shady Lady. HEX triplet: A2, 94 and 98. RGB value is (162,148,152). Sum of RGB (Red+Green+Blue) = 162+148+152=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 148 (58.20% from 255 or 32.03% from 462); Blue value is 152 (59.77% from 255 or 32.90% from 462); Max value from RGB is 162 - color contains mainly: red. Hex color #A29498 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29498 is #5D6B67. Grayscale: #989898. Windows color (decimal): -6122344 or 9999522. OLE color: 9999522.

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

Color convert

RGB162148152-
CMYK00.090.060.36
HSL342.86º7%60.78%-
HSV(B)342.86º8.64%63.53%-
XYZ31.1631.1334.07-
YUV152.64127.64134.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.06%
GREEN value IS 148 (58.20% from 255) = 32.03%
BLUE value IS 152 (59.77% from 255) = 32.90%
R=35.06%
G=32.03%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214815200.090.060.36342.86760.78
HexA294980962415773d
Octal242224230011644527775
Binary10100010100101001001100001001110100100101010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29498; }

 p { color: rgb(162,148,152); }

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

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

 a { background-color: rgb(162,148,152); }

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

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

 span { border-color: rgb(162,148,152); }

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