#A8A762

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

Shades of Green Smoke #A8A762

Tints of Green Smoke #A8A762

Color information

#A8A762 (or 0xA8A762) is unknown color: approx Green Smoke. HEX triplet: A8, A7 and 62. RGB value is (168,167,98). Sum of RGB (Red+Green+Blue) = 168+167+98=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 167 (65.62% from 255 or 38.57% from 433); Blue value is 98 (38.67% from 255 or 22.63% from 433); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A762 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A762 is #57589D. Grayscale: #9F9F9F. Windows color (decimal): -5724318 or 6465448. OLE color: 6465448.

HSL color Cylindrical-coordinate representation of color #A8A762: hue angle of 59.14º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8A762 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.34.

Color convert

RGB16816798-
CMYK00.010.420.34
HSL59.14º28.69%52.16%-
HSV(B)59.14º41.67%65.88%-
XYZ32.1736.8416.97-
YUV159.4393.33134.11-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.80%
GREEN value IS 167 (65.62% from 255) = 38.57%
BLUE value IS 98 (38.67% from 255) = 22.63%
R=38.80%
G=38.57%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681679800.010.420.3459.1428.6952.16
HexA8A762012A223b1d34
Octal250247142015242733564
Binary101010001010011111000100110101010001011101111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A762; }

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

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

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

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

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

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

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

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