#A5AA5B

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

Shades of Green Smoke #A5AA5B

Tints of Green Smoke #A5AA5B

Color information

#A5AA5B (or 0xA5AA5B) is unknown color: approx Green Smoke. HEX triplet: A5, AA and 5B. RGB value is (165,170,91). Sum of RGB (Red+Green+Blue) = 165+170+91=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 91 (35.94% from 255 or 21.36% from 426); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AA5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AA5B is #5A55A4. Grayscale: #9F9F9F. Windows color (decimal): -5920165 or 6007461. OLE color: 6007461.

HSL color Cylindrical-coordinate representation of color #A5AA5B: hue angle of 63.8º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A5AA5B is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB16517091-
CMYK0.0300.460.33
HSL63.8º31.73%51.18%-
HSV(B)63.8º46.47%66.67%-
XYZ31.7837.515.46-
YUV159.589.34131.92-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.73%
GREEN value IS 170 (66.80% from 255) = 39.91%
BLUE value IS 91 (35.94% from 255) = 21.36%
R=38.73%
G=39.91%
B=21.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165170910.0300.460.3363.831.7351.18
HexA5AA5B302E21402033
Octal2452521333056411004063
Binary101001011010101010110111101011101000011000000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AA5B; }

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

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

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

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

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

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

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

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