#A5AA69

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

Shades of Green Smoke #A5AA69

Tints of Green Smoke #A5AA69

Color information

#A5AA69 (or 0xA5AA69) is unknown color: approx Green Smoke. HEX triplet: A5, AA and 69. RGB value is (165,170,105). Sum of RGB (Red+Green+Blue) = 165+170+105=440 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.5% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 105 (41.41% from 255 or 23.86% from 440); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AA69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AA69 is #5A5596. Grayscale: #A1A1A1. Windows color (decimal): -5920151 or 6924965. OLE color: 6924965.

HSL color Cylindrical-coordinate representation of color #A5AA69: hue angle of 64.62º 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 #A5AA69 is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB165170105-
CMYK0.0300.380.33
HSL64.62º27.66%53.92%-
HSV(B)64.62º38.24%66.67%-
XYZ32.4437.7718.94-
YUV161.196.34130.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.5%
GREEN value IS 170 (66.80% from 255) = 38.64%
BLUE value IS 105 (41.41% from 255) = 23.86%
R=37.5%
G=38.64%
B=23.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651701050.0300.380.3364.6227.6653.92
HexA5AA69302621411c36
Octal2452521513046411013466
Binary10100101101010101101001110100110100001100000111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AA69; }

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

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

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

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

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

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

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

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