#A8B067

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

Shades of Green Smoke #A8B067

Tints of Green Smoke #A8B067

Color information

#A8B067 (or 0xA8B067) is unknown color: approx Green Smoke. HEX triplet: A8, B0 and 67. RGB value is (168,176,103). Sum of RGB (Red+Green+Blue) = 168+176+103=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 176 (69.14% from 255 or 39.37% from 447); Blue value is 103 (40.62% from 255 or 23.04% from 447); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B067 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8B067 is #574F98. Grayscale: #A5A5A5. Windows color (decimal): -5722009 or 6795432. OLE color: 6795432.

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

Color convert

RGB168176103-
CMYK0.0500.410.31
HSL66.58º31.6%54.71%-
HSV(B)66.58º41.48%69.02%-
XYZ34.1240.3518.82-
YUV165.2992.85129.94-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.58%
GREEN value IS 176 (69.14% from 255) = 39.37%
BLUE value IS 103 (40.62% from 255) = 23.04%
R=37.58%
G=39.37%
B=23.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1681761030.0500.410.3166.5831.654.71
HexA8B06750291F432037
Octal2502601475051371034067
Binary101010001011000011001111010101001111111000011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B067; }

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

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

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

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

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

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

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

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