#A29298

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

Shades of Shady Lady #A29298

Tints of Shady Lady #A29298

Color information

#A29298 (or 0xA29298) is unknown color: approx Shady Lady. HEX triplet: A2, 92 and 98. RGB value is (162,146,152). Sum of RGB (Red+Green+Blue) = 162+146+152=460 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.22% from 460); Green value is 146 (57.42% from 255 or 31.74% from 460); Blue value is 152 (59.77% from 255 or 33.04% from 460); Max value from RGB is 162 - color contains mainly: red. Hex color #A29298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29298 is #5D6D67. Grayscale: #979797. Windows color (decimal): -6122856 or 9999010. OLE color: 9999010.

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

Color convert

RGB162146152-
CMYK00.100.060.36
HSL337.5º7.92%60.39%-
HSV(B)337.5º9.88%63.53%-
XYZ30.8530.5133.97-
YUV151.47128.3135.51-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.22%
GREEN value IS 146 (57.42% from 255) = 31.74%
BLUE value IS 152 (59.77% from 255) = 33.04%
R=35.22%
G=31.74%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214615200.100.060.36337.57.9260.39
HexA292980A62415283c
Octal2422222300126445221074
Binary101000101001001010011000010101101001001010100101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29298; }

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

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

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

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

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

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

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

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