#A8A199

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

Shades of Cloudy #A8A199

Tints of Cloudy #A8A199

Color information

#A8A199 (or 0xA8A199) is unknown color: approx Cloudy. HEX triplet: A8, A1 and 99. RGB value is (168,161,153). Sum of RGB (Red+Green+Blue) = 168+161+153=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 161 (63.28% from 255 or 33.40% from 482); Blue value is 153 (60.16% from 255 or 31.74% from 482); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A199 is #575E66. Grayscale: #A2A2A2. Windows color (decimal): -5725799 or 10068392. OLE color: 10068392.

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

Color convert

RGB168161153-
CMYK00.040.090.34
HSL32º7.94%62.94%-
HSV(B)32º8.93%65.88%-
XYZ34.6436.1135.28-
YUV162.18122.82132.15-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.85%
GREEN value IS 161 (63.28% from 255) = 33.40%
BLUE value IS 153 (60.16% from 255) = 31.74%
R=34.85%
G=33.40%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16816115300.040.090.34327.9462.94
HexA8A199049222083f
Octal250241231041142401077
Binary101010001010000110011001010010011000101000001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A199; }

 p { color: rgb(168,161,153); }

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

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

 a { background-color: rgb(168,161,153); }

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

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

 span { border-color: rgb(168,161,153); }

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