#A4AA69

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

Shades of Green Smoke #A4AA69

Tints of Green Smoke #A4AA69

Color information

#A4AA69 (or 0xA4AA69) is unknown color: approx Green Smoke. HEX triplet: A4, AA and 69. RGB value is (164,170,105). Sum of RGB (Red+Green+Blue) = 164+170+105=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 105 (41.41% from 255 or 23.92% from 439); Max value from RGB is 170 - color contains mainly: green. Hex color #A4AA69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AA69 is #5B5596. Grayscale: #A1A1A1. Windows color (decimal): -5985687 or 6924964. OLE color: 6924964.

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

Color convert

RGB164170105-
CMYK0.0400.380.33
HSL65.54º27.66%53.92%-
HSV(B)65.54º38.24%66.67%-
XYZ32.2337.6618.94-
YUV160.896.51130.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.36%
GREEN value IS 170 (66.80% from 255) = 38.72%
BLUE value IS 105 (41.41% from 255) = 23.92%
R=37.36%
G=38.72%
B=23.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641701050.0400.380.3365.5427.6653.92
HexA4AA69402621421c36
Octal2442521514046411023466
Binary101001001010101011010011000100110100001100001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AA69; }

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

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

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

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

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

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

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

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