#A8B062

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

Shades of Green Smoke #A8B062

Tints of Green Smoke #A8B062

Color information

#A8B062 (or 0xA8B062) is unknown color: approx Green Smoke. HEX triplet: A8, B0 and 62. RGB value is (168,176,98). Sum of RGB (Red+Green+Blue) = 168+176+98=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 176 (69.14% from 255 or 39.82% from 442); Blue value is 98 (38.67% from 255 or 22.17% from 442); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8B062 is #574F9D. Grayscale: #A5A5A5. Windows color (decimal): -5722014 or 6467752. OLE color: 6467752.

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

Color convert

RGB16817698-
CMYK0.0500.440.31
HSL66.15º33.05%53.73%-
HSV(B)66.15º44.32%69.02%-
XYZ33.8840.2617.54-
YUV164.7290.35130.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.01%
GREEN value IS 176 (69.14% from 255) = 39.82%
BLUE value IS 98 (38.67% from 255) = 22.17%
R=38.01%
G=39.82%
B=22.17%

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
Decimal168176980.0500.440.3166.1533.0553.73
HexA8B062502C1F422136
Octal2502601425054371024166
Binary101010001011000011000101010101100111111000010100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B062; }

 p { color: rgb(168,176,98); }

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

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

 a { background-color: rgb(168,176,98); }

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

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

 span { border-color: rgb(168,176,98); }

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