#A5AC69

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

Shades of Green Smoke #A5AC69

Tints of Green Smoke #A5AC69

Color information

#A5AC69 (or 0xA5AC69) is unknown color: approx Green Smoke. HEX triplet: A5, AC and 69. RGB value is (165,172,105). Sum of RGB (Red+Green+Blue) = 165+172+105=442 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.33% from 442); Green value is 172 (67.58% from 255 or 38.91% from 442); Blue value is 105 (41.41% from 255 or 23.76% from 442); Max value from RGB is 172 - color contains mainly: green. Hex color #A5AC69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AC69 is #5A5396. Grayscale: #A2A2A2. Windows color (decimal): -5919639 or 6925477. OLE color: 6925477.

HSL color Cylindrical-coordinate representation of color #A5AC69: hue angle of 66.27º degrees, saturation: 0.29, 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 #A5AC69 is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB165172105-
CMYK0.0400.390.33
HSL66.27º28.76%54.31%-
HSV(B)66.27º38.95%67.45%-
XYZ32.8238.5219.07-
YUV162.2795.68129.95-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.33%
GREEN value IS 172 (67.58% from 255) = 38.91%
BLUE value IS 105 (41.41% from 255) = 23.76%
R=37.33%
G=38.91%
B=23.76%

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
Decimal1651721050.0400.390.3366.2728.7654.31
HexA5AC69402721421d36
Octal2452541514047411023566
Binary101001011010110011010011000100111100001100001011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AC69; }

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

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

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

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

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

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

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

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