#A8A099

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

Shades of Cloudy #A8A099

Tints of Cloudy #A8A099

Color information

#A8A099 (or 0xA8A099) is unknown color: approx Cloudy. HEX triplet: A8, A0 and 99. RGB value is (168,160,153). Sum of RGB (Red+Green+Blue) = 168+160+153=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 160 (62.89% from 255 or 33.26% from 481); Blue value is 153 (60.16% from 255 or 31.81% from 481); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A099 is #575F66. Grayscale: #A1A1A1. Windows color (decimal): -5726055 or 10068136. OLE color: 10068136.

HSL color Cylindrical-coordinate representation of color #A8A099: hue angle of 28º 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 #A8A099 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB168160153-
CMYK00.050.090.34
HSL28º7.94%62.94%-
HSV(B)28º8.93%65.88%-
XYZ34.4735.7735.22-
YUV161.59123.15132.57-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.93%
GREEN value IS 160 (62.89% from 255) = 33.26%
BLUE value IS 153 (60.16% from 255) = 31.81%
R=34.93%
G=33.26%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16816015300.050.090.34287.9462.94
HexA8A099059221c83f
Octal250240231051142341077
Binary10101000101000001001100101011001100010111001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A099; }

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

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

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

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

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

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

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

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