#A8A299

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

Shades of Cloudy #A8A299

Tints of Cloudy #A8A299

Color information

#A8A299 (or 0xA8A299) is unknown color: approx Cloudy. HEX triplet: A8, A2 and 99. RGB value is (168,162,153). Sum of RGB (Red+Green+Blue) = 168+162+153=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 162 (63.67% from 255 or 33.54% from 483); Blue value is 153 (60.16% from 255 or 31.68% from 483); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A299 is #575D66. Grayscale: #A2A2A2. Windows color (decimal): -5725543 or 10068648. OLE color: 10068648.

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

Color convert

RGB168162153-
CMYK00.040.090.34
HSL36º7.94%62.94%-
HSV(B)36º8.93%65.88%-
XYZ34.8236.4735.34-
YUV162.77122.49131.73-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.78%
GREEN value IS 162 (63.67% from 255) = 33.54%
BLUE value IS 153 (60.16% from 255) = 31.68%
R=34.78%
G=33.54%
B=31.68%

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
Decimal16816215300.040.090.34367.9462.94
HexA8A299049222483f
Octal250242231041142441077
Binary101010001010001010011001010010011000101001001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A299; }

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

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

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

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

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

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

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

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