#A29798

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

Shades of Shady Lady #A29798

Tints of Shady Lady #A29798

Color information

#A29798 (or 0xA29798) is unknown color: approx Shady Lady. HEX triplet: A2, 97 and 98. RGB value is (162,151,152). Sum of RGB (Red+Green+Blue) = 162+151+152=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 151 (59.38% from 255 or 32.47% from 465); Blue value is 152 (59.77% from 255 or 32.69% from 465); Max value from RGB is 162 - color contains mainly: red. Hex color #A29798 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29798 is #5D6867. Grayscale: #9A9A9A. Windows color (decimal): -6121576 or 10000290. OLE color: 10000290.

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

Color convert

RGB162151152-
CMYK00.070.060.36
HSL354.55º5.58%61.37%-
HSV(B)354.55º6.79%63.53%-
XYZ31.6332.0834.23-
YUV154.4126.64133.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.84%
GREEN value IS 151 (59.38% from 255) = 32.47%
BLUE value IS 152 (59.77% from 255) = 32.69%
R=34.84%
G=32.47%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215115200.070.060.36354.555.5861.37
HexA297980762416363d
Octal24222723007644543675
Binary1010001010010111100110000111110100100101100011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29798; }

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

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

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

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

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

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

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

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