#A8A49F

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

Shades of Cloudy #A8A49F

Tints of Cloudy #A8A49F

Color information

#A8A49F (or 0xA8A49F) is unknown color: approx Cloudy. HEX triplet: A8, A4 and 9F. RGB value is (168,164,159). Sum of RGB (Red+Green+Blue) = 168+164+159=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 164 (64.45% from 255 or 33.40% from 491); Blue value is 159 (62.5% from 255 or 32.38% from 491); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A49F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A49F is #575B60. Grayscale: #A4A4A4. Windows color (decimal): -5725025 or 10462376. OLE color: 10462376.

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

Color convert

RGB168164159-
CMYK00.020.050.34
HSL33.33º4.92%64.12%-
HSV(B)33.33º5.36%65.88%-
XYZ35.6837.3838.14-
YUV164.63124.83130.41-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.22%
GREEN value IS 164 (64.45% from 255) = 33.40%
BLUE value IS 159 (62.5% from 255) = 32.38%
R=34.22%
G=33.40%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16816415900.020.050.3433.334.9264.12
HexA8A49F0252221540
Octal25024423702542415100
Binary1010100010100100100111110101011000101000011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A49F; }

 p { color: rgb(168,164,159); }

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

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

 a { background-color: rgb(168,164,159); }

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

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

 span { border-color: rgb(168,164,159); }

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