#A8AB69

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

Shades of Green Smoke #A8AB69

Tints of Green Smoke #A8AB69

Color information

#A8AB69 (or 0xA8AB69) is unknown color: approx Green Smoke. HEX triplet: A8, AB and 69. RGB value is (168,171,105). Sum of RGB (Red+Green+Blue) = 168+171+105=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 105 (41.41% from 255 or 23.65% from 444); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AB69 is #575496. Grayscale: #A2A2A2. Windows color (decimal): -5723287 or 6925224. OLE color: 6925224.

HSL color Cylindrical-coordinate representation of color #A8AB69: hue angle of 62.73º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A8AB69 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB168171105-
CMYK0.0200.390.33
HSL62.73º28.21%54.12%-
HSV(B)62.73º38.6%67.06%-
XYZ33.2638.4719.04-
YUV162.5895.51131.87-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.84%
GREEN value IS 171 (67.19% from 255) = 38.51%
BLUE value IS 105 (41.41% from 255) = 23.65%
R=37.84%
G=38.51%
B=23.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681711050.0200.390.3362.7328.2154.12
HexA8AB692027213f1c36
Octal250253151204741773466
Binary1010100010101011110100110010011110000111111111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AB69; }

 p { color: rgb(168,171,105); }

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

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

 a { background-color: rgb(168,171,105); }

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

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

 span { border-color: rgb(168,171,105); }

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