#A4AA67

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

Shades of Green Smoke #A4AA67

Tints of Green Smoke #A4AA67

Color information

#A4AA67 (or 0xA4AA67) is unknown color: approx Green Smoke. HEX triplet: A4, AA and 67. RGB value is (164,170,103). Sum of RGB (Red+Green+Blue) = 164+170+103=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 103 (40.62% from 255 or 23.57% from 437); Max value from RGB is 170 - color contains mainly: green. Hex color #A4AA67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AA67 is #5B5598. Grayscale: #A0A0A0. Windows color (decimal): -5985689 or 6793892. OLE color: 6793892.

HSL color Cylindrical-coordinate representation of color #A4AA67: hue angle of 65.37º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A4AA67 is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB164170103-
CMYK0.0400.390.33
HSL65.37º28.27%53.53%-
HSV(B)65.37º39.41%66.67%-
XYZ32.1337.6218.4-
YUV160.5795.51130.45-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.53%
GREEN value IS 170 (66.80% from 255) = 38.90%
BLUE value IS 103 (40.62% from 255) = 23.57%
R=37.53%
G=38.90%
B=23.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641701030.0400.390.3365.3728.2753.53
HexA4AA67402721411c36
Octal2442521474047411013466
Binary101001001010101011001111000100111100001100000111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AA67; }

 p { color: rgb(164,170,103); }

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

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

 a { background-color: rgb(164,170,103); }

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

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

 span { border-color: rgb(164,170,103); }

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