#A29698

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

Shades of Shady Lady #A29698

Tints of Shady Lady #A29698

Color information

#A29698 (or 0xA29698) is unknown color: approx Shady Lady. HEX triplet: A2, 96 and 98. RGB value is (162,150,152). Sum of RGB (Red+Green+Blue) = 162+150+152=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 152 (59.77% from 255 or 32.76% from 464); Max value from RGB is 162 - color contains mainly: red. Hex color #A29698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29698 is #5D6967. Grayscale: #999999. Windows color (decimal): -6121832 or 10000034. OLE color: 10000034.

HSL color Cylindrical-coordinate representation of color #A29698: hue angle of 350º 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 #A29698 is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB162150152-
CMYK00.070.060.36
HSL350º6.06%61.18%-
HSV(B)350º7.41%63.53%-
XYZ31.4731.7634.18-
YUV153.82126.98133.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.91%
GREEN value IS 150 (58.98% from 255) = 32.33%
BLUE value IS 152 (59.77% from 255) = 32.76%
R=34.91%
G=32.33%
B=32.76%

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
Decimal16215015200.070.060.363506.0661.18
HexA296980762415e63d
Octal24222623007644536675
Binary1010001010010110100110000111110100100101011110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29698; }

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

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

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

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

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

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

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

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