#A8A39E

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

Shades of Cloudy #A8A39E

Tints of Cloudy #A8A39E

Color information

#A8A39E (or 0xA8A39E) is unknown color: approx Cloudy. HEX triplet: A8, A3 and 9E. RGB value is (168,163,158). Sum of RGB (Red+Green+Blue) = 168+163+158=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 163 (64.06% from 255 or 33.33% from 489); Blue value is 158 (62.11% from 255 or 32.31% from 489); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A39E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A39E is #575C61. Grayscale: #A3A3A3. Windows color (decimal): -5725282 or 10396584. OLE color: 10396584.

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

Color convert

RGB168163158-
CMYK00.030.060.34
HSL30º5.43%63.92%-
HSV(B)30º5.95%65.88%-
XYZ35.4236.9937.62-
YUV163.92124.66130.91-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.36%
GREEN value IS 163 (64.06% from 255) = 33.33%
BLUE value IS 158 (62.11% from 255) = 32.31%
R=34.36%
G=33.33%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16816315800.030.060.34305.4363.92
HexA8A39E036221e540
Octal25024323603642365100
Binary101010001010001110011110011110100010111101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A39E; }

 p { color: rgb(168,163,158); }

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

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

 a { background-color: rgb(168,163,158); }

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

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

 span { border-color: rgb(168,163,158); }

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