#A8B164

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

Shades of Green Smoke #A8B164

Tints of Green Smoke #A8B164

Color information

#A8B164 (or 0xA8B164) is unknown color: approx Green Smoke. HEX triplet: A8, B1 and 64. RGB value is (168,177,100). Sum of RGB (Red+Green+Blue) = 168+177+100=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 177 (69.53% from 255 or 39.78% from 445); Blue value is 100 (39.45% from 255 or 22.47% from 445); Max value from RGB is 177 - color contains mainly: green. Hex color #A8B164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8B164 is #574E9B. Grayscale: #A5A5A5. Windows color (decimal): -5721756 or 6599080. OLE color: 6599080.

HSL color Cylindrical-coordinate representation of color #A8B164: hue angle of 67.01º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A8B164 is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB168177100-
CMYK0.0500.440.31
HSL67.01º33.05%54.31%-
HSV(B)67.01º43.5%69.41%-
XYZ34.1740.6918.11-
YUV165.5391.02129.76-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.75%
GREEN value IS 177 (69.53% from 255) = 39.78%
BLUE value IS 100 (39.45% from 255) = 22.47%
R=37.75%
G=39.78%
B=22.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1681771000.0500.440.3167.0133.0554.31
HexA8B164502C1F432136
Octal2502611445054371034166
Binary101010001011000111001001010101100111111000011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B164; }

 p { color: rgb(168,177,100); }

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

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

 a { background-color: rgb(168,177,100); }

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

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

 span { border-color: rgb(168,177,100); }

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