#A9A8A6

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

Shades of Cloudy #A9A8A6

Tints of Cloudy #A9A8A6

Color information

#A9A8A6 (or 0xA9A8A6) is unknown color: approx Cloudy. HEX triplet: A9, A8 and A6. RGB value is (169,168,166). Sum of RGB (Red+Green+Blue) = 169+168+166=503 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.60% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 166 (65.23% from 255 or 33.00% from 503); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A8A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A8A6 is #565759. Grayscale: #A8A8A8. Windows color (decimal): -5658458 or 10922153. OLE color: 10922153.

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

Color convert

RGB169168166-
CMYK00.010.020.34
HSL40º1.71%65.69%-
HSV(B)40º1.78%66.27%-
XYZ37.2539.1941.68-
YUV168.07126.83128.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.60%
GREEN value IS 168 (66.02% from 255) = 33.40%
BLUE value IS 166 (65.23% from 255) = 33.00%
R=33.60%
G=33.40%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16916816600.010.020.34401.7165.69
HexA9A8A60122228242
Octal25125024601242502102
Binary1010100110101000101001100110100010101000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A8A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A8A6; }

 p { color: rgb(169,168,166); }

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

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

 a { background-color: rgb(169,168,166); }

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

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

 span { border-color: rgb(169,168,166); }

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