#A0B06A

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

Shades of Green Smoke #A0B06A

Tints of Green Smoke #A0B06A

Color information

#A0B06A (or 0xA0B06A) is unknown color: approx Green Smoke. HEX triplet: A0, B0 and 6A. RGB value is (160,176,106). Sum of RGB (Red+Green+Blue) = 160+176+106=442 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.20% from 442); Green value is 176 (69.14% from 255 or 39.82% from 442); Blue value is 106 (41.80% from 255 or 23.98% from 442); Max value from RGB is 176 - color contains mainly: green. Hex color #A0B06A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0B06A is #5F4F95. Grayscale: #A3A3A3. Windows color (decimal): -6246294 or 6992032. OLE color: 6992032.

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

Color convert

RGB160176106-
CMYK0.0900.400.31
HSL73.71º30.7%55.29%-
HSV(B)73.71º39.77%69.02%-
XYZ32.6239.5619.55-
YUV163.2495.7125.69-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.20%
GREEN value IS 176 (69.14% from 255) = 39.82%
BLUE value IS 106 (41.80% from 255) = 23.98%
R=36.20%
G=39.82%
B=23.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1601761060.0900.400.3173.7130.755.29
HexA0B06A90281F4a1f37
Octal24026015211050371123767
Binary101000001011000011010101001010100011111100101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B06A; }

 p { color: rgb(160,176,106); }

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

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

 a { background-color: rgb(160,176,106); }

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

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

 span { border-color: rgb(160,176,106); }

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