#A5AF6C

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

Shades of Green Smoke #A5AF6C

Tints of Green Smoke #A5AF6C

Color information

#A5AF6C (or 0xA5AF6C) is unknown color: approx Green Smoke. HEX triplet: A5, AF and 6C. RGB value is (165,175,108). Sum of RGB (Red+Green+Blue) = 165+175+108=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 108 (42.58% from 255 or 24.11% from 448); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AF6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AF6C is #5A5093. Grayscale: #A4A4A4. Windows color (decimal): -5918868 or 7122853. OLE color: 7122853.

HSL color Cylindrical-coordinate representation of color #A5AF6C: hue angle of 68.96º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A5AF6C is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB165175108-
CMYK0.0600.380.31
HSL68.96º29.52%55.49%-
HSV(B)68.96º38.29%68.63%-
XYZ33.5539.7420.09-
YUV164.3796.19128.45-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.83%
GREEN value IS 175 (68.75% from 255) = 39.06%
BLUE value IS 108 (42.58% from 255) = 24.11%
R=36.83%
G=39.06%
B=24.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651751080.0600.380.3168.9629.5255.49
HexA5AF6C60261F451e37
Octal2452571546046371053667
Binary10100101101011111101100110010011011111100010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AF6C; }

 p { color: rgb(165,175,108); }

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

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

 a { background-color: rgb(165,175,108); }

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

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

 span { border-color: rgb(165,175,108); }

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