#A5AF6F

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

Shades of Green Smoke #A5AF6F

Tints of Green Smoke #A5AF6F

Color information

#A5AF6F (or 0xA5AF6F) is unknown color: approx Green Smoke. HEX triplet: A5, AF and 6F. RGB value is (165,175,111). Sum of RGB (Red+Green+Blue) = 165+175+111=451 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.59% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 111 (43.75% from 255 or 24.61% from 451); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AF6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AF6F is #5A5090. Grayscale: #A4A4A4. Windows color (decimal): -5918865 or 7319461. OLE color: 7319461.

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

Color convert

RGB165175111-
CMYK0.0600.370.31
HSL69.38º28.57%56.08%-
HSV(B)69.38º36.57%68.63%-
XYZ33.7239.8120.95-
YUV164.7197.69128.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.59%
GREEN value IS 175 (68.75% from 255) = 38.80%
BLUE value IS 111 (43.75% from 255) = 24.61%
R=36.59%
G=38.80%
B=24.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651751110.0600.370.3169.3828.5756.08
HexA5AF6F60251F451d38
Octal2452571576045371053570
Binary10100101101011111101111110010010111111100010111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AF6F; }

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

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

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

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

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

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

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

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