#A29899

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

Shades of Shady Lady #A29899

Tints of Shady Lady #A29899

Color information

#A29899 (or 0xA29899) is unknown color: approx Shady Lady. HEX triplet: A2, 98 and 99. RGB value is (162,152,153). Sum of RGB (Red+Green+Blue) = 162+152+153=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 152 (59.77% from 255 or 32.55% from 467); Blue value is 153 (60.16% from 255 or 32.76% from 467); Max value from RGB is 162 - color contains mainly: red. Hex color #A29899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29899 is #5D6766. Grayscale: #9B9B9B. Windows color (decimal): -6121319 or 10066082. OLE color: 10066082.

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

Color convert

RGB162152153-
CMYK00.060.060.36
HSL354º5.1%61.57%-
HSV(B)354º6.17%63.53%-
XYZ31.8832.4434.72-
YUV155.1126.81132.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.69%
GREEN value IS 152 (59.77% from 255) = 32.55%
BLUE value IS 153 (60.16% from 255) = 32.76%
R=34.69%
G=32.55%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215215300.060.060.363545.161.57
HexA298990662416253e
Octal24223023106644542576
Binary1010001010011000100110010110110100100101100010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29899; }

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

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

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

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

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

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

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

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