#A8B069

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

Shades of Green Smoke #A8B069

Tints of Green Smoke #A8B069

Color information

#A8B069 (or 0xA8B069) is unknown color: approx Green Smoke. HEX triplet: A8, B0 and 69. RGB value is (168,176,105). Sum of RGB (Red+Green+Blue) = 168+176+105=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 176 (69.14% from 255 or 39.20% from 449); Blue value is 105 (41.41% from 255 or 23.39% from 449); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8B069 is #574F96. Grayscale: #A5A5A5. Windows color (decimal): -5722007 or 6926504. OLE color: 6926504.

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

Color convert

RGB168176105-
CMYK0.0500.400.31
HSL66.76º31%55.1%-
HSV(B)66.76º40.34%69.02%-
XYZ34.2240.419.36-
YUV165.5193.85129.77-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.42%
GREEN value IS 176 (69.14% from 255) = 39.20%
BLUE value IS 105 (41.41% from 255) = 23.39%
R=37.42%
G=39.20%
B=23.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1681761050.0500.400.3166.763155.1
HexA8B06950281F431f37
Octal2502601515050371033767
Binary10101000101100001101001101010100011111100001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B069; }

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

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

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

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

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

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

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

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