#A9A198

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

Shades of Cloudy #A9A198

Tints of Cloudy #A9A198

Color information

#A9A198 (or 0xA9A198) is unknown color: approx Cloudy. HEX triplet: A9, A1 and 98. RGB value is (169,161,152). Sum of RGB (Red+Green+Blue) = 169+161+152=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 161 (63.28% from 255 or 33.40% from 482); Blue value is 152 (59.77% from 255 or 31.54% from 482); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A198 is #565E67. Grayscale: #A2A2A2. Windows color (decimal): -5660264 or 10002857. OLE color: 10002857.

HSL color Cylindrical-coordinate representation of color #A9A198: hue angle of 31.76º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A9A198 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.34.

Color convert

RGB169161152-
CMYK00.050.100.34
HSL31.76º8.99%62.94%-
HSV(B)31.76º10.06%66.27%-
XYZ34.7736.1934.86-
YUV162.37122.15132.73-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.06%
GREEN value IS 161 (63.28% from 255) = 33.40%
BLUE value IS 152 (59.77% from 255) = 31.54%
R=35.06%
G=33.40%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16916115200.050.100.3431.768.9962.94
HexA9A19805A222093f
Octal251241230051242401177
Binary101010011010000110011000010110101000101000001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A198; }

 p { color: rgb(169,161,152); }

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

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

 a { background-color: rgb(169,161,152); }

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

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

 span { border-color: rgb(169,161,152); }

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