#A1A967

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

Shades of Green Smoke #A1A967

Tints of Green Smoke #A1A967

Color information

#A1A967 (or 0xA1A967) is unknown color: approx Green Smoke. HEX triplet: A1, A9 and 67. RGB value is (161,169,103). Sum of RGB (Red+Green+Blue) = 161+169+103=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 169 (66.41% from 255 or 39.03% from 433); Blue value is 103 (40.62% from 255 or 23.79% from 433); Max value from RGB is 169 - color contains mainly: green. Hex color #A1A967 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A967 is #5E5698. Grayscale: #9F9F9F. Windows color (decimal): -6182553 or 6793633. OLE color: 6793633.

HSL color Cylindrical-coordinate representation of color #A1A967: hue angle of 67.27º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A1A967 is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.34.

Color convert

RGB161169103-
CMYK0.0500.390.34
HSL67.27º27.73%53.33%-
HSV(B)67.27º39.05%66.27%-
XYZ31.3336.9318.31-
YUV159.0896.35129.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.18%
GREEN value IS 169 (66.41% from 255) = 39.03%
BLUE value IS 103 (40.62% from 255) = 23.79%
R=37.18%
G=39.03%
B=23.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1611691030.0500.390.3467.2727.7353.33
HexA1A967502722431c35
Octal2412511475047421033465
Binary101000011010100111001111010100111100010100001111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A967; }

 p { color: rgb(161,169,103); }

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

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

 a { background-color: rgb(161,169,103); }

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

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

 span { border-color: rgb(161,169,103); }

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