#A8B163

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

Shades of Green Smoke #A8B163

Tints of Green Smoke #A8B163

Color information

#A8B163 (or 0xA8B163) is unknown color: approx Green Smoke. HEX triplet: A8, B1 and 63. RGB value is (168,177,99). Sum of RGB (Red+Green+Blue) = 168+177+99=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 177 (69.53% from 255 or 39.86% from 444); Blue value is 99 (39.06% from 255 or 22.30% from 444); Max value from RGB is 177 - color contains mainly: green. Hex color #A8B163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8B163 is #574E9C. Grayscale: #A5A5A5. Windows color (decimal): -5721757 or 6533544. OLE color: 6533544.

HSL color Cylindrical-coordinate representation of color #A8B163: hue angle of 66.92º 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 #A8B163 is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB16817799-
CMYK0.0500.440.31
HSL66.92º33.33%54.12%-
HSV(B)66.92º44.07%69.41%-
XYZ34.1240.6717.86-
YUV165.4290.52129.84-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.84%
GREEN value IS 177 (69.53% from 255) = 39.86%
BLUE value IS 99 (39.06% from 255) = 22.30%
R=37.84%
G=39.86%
B=22.30%

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
Decimal168177990.0500.440.3166.9233.3354.12
HexA8B163502C1F432136
Octal2502611435054371034166
Binary101010001011000111000111010101100111111000011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B163; }

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

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

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

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

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

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

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

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