#A98A95

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

Shades of Shady Lady #A98A95

Tints of Shady Lady #A98A95

Color information

#A98A95 (or 0xA98A95) is unknown color: approx Shady Lady. HEX triplet: A9, 8A and 95. RGB value is (169,138,149). Sum of RGB (Red+Green+Blue) = 169+138+149=456 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.06% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 149 (58.59% from 255 or 32.68% from 456); Max value from RGB is 169 - color contains mainly: red. Hex color #A98A95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98A95 is #56756A. Grayscale: #949494. Windows color (decimal): -5666155 or 9800361. OLE color: 9800361.

HSL color Cylindrical-coordinate representation of color #A98A95: hue angle of 338.71º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A98A95 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB169138149-
CMYK00.180.120.34
HSL338.71º15.27%60.2%-
HSV(B)338.71º18.34%66.27%-
XYZ30.8828.7832.36-
YUV148.52128.27142.61-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.06%
GREEN value IS 138 (54.30% from 255) = 30.26%
BLUE value IS 149 (58.59% from 255) = 32.68%
R=37.06%
G=30.26%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913814900.180.120.34338.7115.2760.2
HexA98A95012C22153f3c
Octal25121222502214425231774
Binary10101001100010101001010101001011001000101010100111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98A95; }

 p { color: rgb(169,138,149); }

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

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

 a { background-color: rgb(169,138,149); }

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

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

 span { border-color: rgb(169,138,149); }

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